Html Css Color HEX #4E5FCB Free Speech Blue

📋 copy color: '#4E5FCB'

red 78 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Blue #4E5FCB

Tints of Free Speech Blue #4E5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

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

R = 20.74%
G = 25.27%
B = 53.99%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E5FCB (or 0x4E5FCB) is known color: Free Speech Blue. HEX triplet: 4E, 5F and CB. RGB value is (78,95,203). Sum of RGB (Red+Green+Blue) = 78+95+203=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E5FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5FCB is #B1A034. Grayscale: #656565. Windows color (decimal): -11640885 or 13328206. OLE color: 13328206.

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

Color convert

RGB 78 95 203 -
CMYK 0.62 0.53 0 0.20
HSL 231.84º 0.55% 0.55% -
HSV(B) 231.84º 0.62% 0.8% -
XYZ 18.01 14.12 58.28 -
YUV 102.23 184.87 110.72 -
System Red Green Blue C M Y K H S L
Decimal 78 95 203 0.62 0.53 0 0.20 231.84 0.55 0.55
Hex 4E 5F CB 3E 35 0 14 E8 37 37
Octal 116 137 313 76 65 0 24 350 67 67
Binary 1001110 1011111 11001011 111110 110101 0 10100 11101000 110111 110111

Color Harmonies of #4E5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5FCB

Black with #4E5FCB

Text Example


Text Example

White with #4E5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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