Html Css Color HEX #4E5ACE Free Speech Blue

📋 copy color: '#4E5ACE'

red 78 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #4E5ACE

Tints of Free Speech Blue #4E5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 20.86%
G = 24.06%
B = 55.08%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E5ACE (or 0x4E5ACE) is known color: Free Speech Blue. HEX triplet: 4E, 5A and CE. RGB value is (78,90,206). Sum of RGB (Red+Green+Blue) = 78+90+206=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ACE is #B1A531. Grayscale: #636363. Windows color (decimal): -11642162 or 13523534. OLE color: 13523534.

HSL color Cylindrical-coordinate representation of color #4E5ACE: hue angle of 234.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E5ACE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 90 206 -
CMYK 0.62 0.56 0 0.19
HSL 234.38º 0.57% 0.56% -
HSV(B) 234.38º 0.62% 0.81% -
XYZ 17.94 13.39 60.03 -
YUV 99.64 188.02 112.57 -
System Red Green Blue C M Y K H S L
Decimal 78 90 206 0.62 0.56 0 0.19 234.38 0.57 0.56
Hex 4E 5A CE 3E 38 0 13 EA 39 38
Octal 116 132 316 76 70 0 23 352 71 70
Binary 1001110 1011010 11001110 111110 111000 0 10011 11101010 111001 111000

Color Harmonies of #4E5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5ACE

Black with #4E5ACE

Text Example


Text Example

White with #4E5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,90,206); }

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

background-color css

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

 a { background-color: rgb(78,90,206); }

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

border-color css

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

 span { border-color: rgb(78,90,206); }

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