Html Css Color HEX #4E5ACF Free Speech Blue

📋 copy color: '#4E5ACF'

red 78 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Blue #4E5ACF

Tints of Free Speech Blue #4E5ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 20.8%
G = 24%
B = 55.2%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E5ACF (or 0x4E5ACF) is known color: Free Speech Blue. HEX triplet: 4E, 5A and CF. RGB value is (78,90,207). Sum of RGB (Red+Green+Blue) = 78+90+207=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ACF is #B1A530. Grayscale: #636363. Windows color (decimal): -11642161 or 13589070. OLE color: 13589070.

HSL color Cylindrical-coordinate representation of color #4E5ACF: hue angle of 234.42º 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 #4E5ACF is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 90 207 -
CMYK 0.62 0.57 0 0.19
HSL 234.42º 0.57% 0.56% -
HSV(B) 234.42º 0.62% 0.81% -
XYZ 18.06 13.44 60.67 -
YUV 99.75 188.52 112.49 -
System Red Green Blue C M Y K H S L
Decimal 78 90 207 0.62 0.57 0 0.19 234.42 0.57 0.56
Hex 4E 5A CF 3E 39 0 13 EA 39 38
Octal 116 132 317 76 71 0 23 352 71 70
Binary 1001110 1011010 11001111 111110 111001 0 10011 11101010 111001 111000

Color Harmonies of #4E5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5ACF

Black with #4E5ACF

Text Example


Text Example

White with #4E5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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