Html Css Color HEX #4E42CB Free Speech Blue

📋 copy color: '#4E42CB'

red 78 ◦ green 66 ◦ blue 203

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

Shades of Free Speech Blue #4E42CB

Tints of Free Speech Blue #4E42CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 22.48%
G = 19.02%
B = 58.5%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E42CB (or 0x4E42CB) is known color: Free Speech Blue. HEX triplet: 4E, 42 and CB. RGB value is (78,66,203). Sum of RGB (Red+Green+Blue) = 78+66+203=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E42CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42CB is #B1BD34. Grayscale: #545454. Windows color (decimal): -11648309 or 13320782. OLE color: 13320782.

HSL color Cylindrical-coordinate representation of color #4E42CB: hue angle of 245.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E42CB is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 66 203 -
CMYK 0.62 0.67 0 0.20
HSL 245.26º 0.57% 0.53% -
HSV(B) 245.26º 0.67% 0.8% -
XYZ 15.87 9.83 57.56 -
YUV 85.21 194.48 122.86 -
System Red Green Blue C M Y K H S L
Decimal 78 66 203 0.62 0.67 0 0.20 245.26 0.57 0.53
Hex 4E 42 CB 3E 43 0 14 F5 39 35
Octal 116 102 313 76 103 0 24 365 71 65
Binary 1001110 1000010 11001011 111110 1000011 0 10100 11110101 111001 110101

Color Harmonies of #4E42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E42CB

Black with #4E42CB

Text Example


Text Example

White with #4E42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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