Html Css Color HEX #4E42DB Free Speech Blue

📋 copy color: '#4E42DB'

red 78 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Blue #4E42DB

Tints of Free Speech Blue #4E42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 21.49%
G = 18.18%
B = 60.33%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E42DB (or 0x4E42DB) is known color: Free Speech Blue. HEX triplet: 4E, 42 and DB. RGB value is (78,66,219). Sum of RGB (Red+Green+Blue) = 78+66+219=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E42DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42DB is #B1BD24. Grayscale: #565656. Windows color (decimal): -11648293 or 14369358. OLE color: 14369358.

HSL color Cylindrical-coordinate representation of color #4E42DB: hue angle of 244.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E42DB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 66 219 -
CMYK 0.64 0.70 0 0.14
HSL 244.71º 0.68% 0.56% -
HSV(B) 244.71º 0.7% 0.86% -
XYZ 17.88 10.63 68.13 -
YUV 87.03 202.48 121.56 -
System Red Green Blue C M Y K H S L
Decimal 78 66 219 0.64 0.70 0 0.14 244.71 0.68 0.56
Hex 4E 42 DB 40 46 0 E F5 44 38
Octal 116 102 333 100 106 0 16 365 104 70
Binary 1001110 1000010 11011011 1000000 1000110 0 1110 11110101 1000100 111000

Color Harmonies of #4E42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E42DB

Black with #4E42DB

Text Example


Text Example

White with #4E42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,66,219); }

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

background-color css

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

 a { background-color: rgb(78,66,219); }

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

border-color css

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

 span { border-color: rgb(78,66,219); }

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