Html Css Color HEX #404EB8 Free Speech Blue

📋 copy color: '#404EB8'

red 64 ◦ green 78 ◦ blue 184

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

Shades of Free Speech Blue #404EB8

Tints of Free Speech Blue #404EB8

RGB

 RED value IS 64 (25.39% from 255) = 19.63%

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 184 (72.27% from 255) = 56.44%

R = 19.63%
G = 23.93%
B = 56.44%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#404EB8 (or 0x404EB8) is known color: Free Speech Blue. HEX triplet: 40, 4E and B8. RGB value is (64,78,184). Sum of RGB (Red+Green+Blue) = 64+78+184=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #404EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EB8 is #BFB147. Grayscale: #555555. Windows color (decimal): -12562760 or 12078656. OLE color: 12078656.

HSL color Cylindrical-coordinate representation of color #404EB8: hue angle of 233º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404EB8 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 78 184 -
CMYK 0.65 0.58 0 0.28
HSL 233º 0.48% 0.49% -
HSV(B) 233º 0.65% 0.72% -
XYZ 13.49 10 46.57 -
YUV 85.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 64 78 184 0.65 0.58 0 0.28 233 0.48 0.49
Hex 40 4E B8 41 3A 0 1C E9 30 31
Octal 100 116 270 101 72 0 34 351 60 61
Binary 1000000 1001110 10111000 1000001 111010 0 11100 11101001 110000 110001

Color Harmonies of #404EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EB8

Black with #404EB8

Text Example


Text Example

White with #404EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404EB8; }

 p { color: rgb(64,78,184); }

 H1.HeaderClassName
 {
   color: #404EB8;
 }
 .AnyTagClassName
 {
   color: #404EB8;
 }
</style>

background-color css

<style>
 a { background-color: #404EB8; }

 a { background-color: rgb(64,78,184); }

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

border-color css

<style>
 span { border-color: #404EB8; }

 span { border-color: rgb(64,78,184); }

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