Html Css Color HEX #4E48DA Free Speech Blue

📋 copy color: '#4E48DA'

red 78 ◦ green 72 ◦ blue 218

#4E48DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4E48DA

Tints of Free Speech Blue #4E48DA

RGB

 RED value IS 78 (30.86% from 255) = 21.2%

 GREEN value IS 72 (28.52% from 255) = 19.57%

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 21.2%
G = 19.57%
B = 59.24%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4E48DA (or 0x4E48DA) is known color: Free Speech Blue. HEX triplet: 4E, 48 and DA. RGB value is (78,72,218). Sum of RGB (Red+Green+Blue) = 78+72+218=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E48DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48DA is #B1B725. Grayscale: #595959. Windows color (decimal): -11646758 or 14305358. OLE color: 14305358.

HSL color Cylindrical-coordinate representation of color #4E48DA: hue angle of 242.47º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E48DA is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 72 218 -
CMYK 0.64 0.67 0 0.15
HSL 242.47º 0.66% 0.57% -
HSV(B) 242.47º 0.67% 0.85% -
XYZ 18.11 11.32 67.56 -
YUV 90.44 199.99 119.13 -
System Red Green Blue C M Y K H S L
Decimal 78 72 218 0.64 0.67 0 0.15 242.47 0.66 0.57
Hex 4E 48 DA 40 43 0 F F2 42 39
Octal 116 110 332 100 103 0 17 362 102 71
Binary 1001110 1001000 11011010 1000000 1000011 0 1111 11110010 1000010 111001

Color Harmonies of #4E48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E48DA

Black with #4E48DA

Text Example


Text Example

White with #4E48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E48DA; }

 p { color: rgb(78,72,218); }

 H1.HeaderClassName
 {
   color: #4E48DA;
 }
 .AnyTagClassName
 {
   color: #4E48DA;
 }
</style>

background-color css

<style>
 a { background-color: #4E48DA; }

 a { background-color: rgb(78,72,218); }

 div.DivClassName
 {
   background-color: #4E48DA;
 }
 .BgClassName
 {
   background-color: #4E48DA;
 }
</style>

border-color css

<style>
 span { border-color: #4E48DA; }

 span { border-color: rgb(78,72,218); }

 td.TdClassName
 {
   border-color: #4E48DA;
 }
 .TagClassName
 {
   border-color: #4E48DA;
 }
</style>