Html Css Color HEX #404BB9 Free Speech Blue

📋 copy color: '#404BB9'

red 64 ◦ green 75 ◦ blue 185

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

Shades of Free Speech Blue #404BB9

Tints of Free Speech Blue #404BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.15%

 BLUE value IS 185 (72.66% from 255) = 57.1%

R = 19.75%
G = 23.15%
B = 57.1%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#404BB9 (or 0x404BB9) is known color: Free Speech Blue. HEX triplet: 40, 4B and B9. RGB value is (64,75,185). Sum of RGB (Red+Green+Blue) = 64+75+185=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #404BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BB9 is #BFB446. Grayscale: #535353. Windows color (decimal): -12563527 or 12143424. OLE color: 12143424.

HSL color Cylindrical-coordinate representation of color #404BB9: hue angle of 234.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404BB9 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 75 185 -
CMYK 0.65 0.59 0 0.27
HSL 234.55º 0.49% 0.49% -
HSV(B) 234.55º 0.65% 0.73% -
XYZ 13.39 9.62 47.05 -
YUV 84.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 64 75 185 0.65 0.59 0 0.27 234.55 0.49 0.49
Hex 40 4B B9 41 3B 0 1B EB 31 31
Octal 100 113 271 101 73 0 33 353 61 61
Binary 1000000 1001011 10111001 1000001 111011 0 11011 11101011 110001 110001

Color Harmonies of #404BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BB9

Black with #404BB9

Text Example


Text Example

White with #404BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,75,185); }

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

background-color css

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

 a { background-color: rgb(64,75,185); }

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

border-color css

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

 span { border-color: rgb(64,75,185); }

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