Html Css Color HEX #4E42BF Free Speech Blue

📋 copy color: '#4E42BF'

red 78 ◦ green 66 ◦ blue 191

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

Shades of Free Speech Blue #4E42BF

Tints of Free Speech Blue #4E42BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 23.28%
G = 19.7%
B = 57.01%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E42BF (or 0x4E42BF) is known color: Free Speech Blue. HEX triplet: 4E, 42 and BF. RGB value is (78,66,191). Sum of RGB (Red+Green+Blue) = 78+66+191=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E42BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42BF is #B1BD40. Grayscale: #535353. Windows color (decimal): -11648321 or 12534350. OLE color: 12534350.

HSL color Cylindrical-coordinate representation of color #4E42BF: hue angle of 245.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E42BF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 66 191 -
CMYK 0.59 0.65 0 0.25
HSL 245.76º 0.49% 0.5% -
HSV(B) 245.76º 0.65% 0.75% -
XYZ 14.49 9.28 50.32 -
YUV 83.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 78 66 191 0.59 0.65 0 0.25 245.76 0.49 0.5
Hex 4E 42 BF 3B 41 0 19 F6 31 32
Octal 116 102 277 73 101 0 31 366 61 62
Binary 1001110 1000010 10111111 111011 1000001 0 11001 11110110 110001 110010

Color Harmonies of #4E42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E42BF

Black with #4E42BF

Text Example


Text Example

White with #4E42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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