Html Css Color HEX #404DB9 Free Speech Blue

📋 copy color: '#404DB9'

red 64 ◦ green 77 ◦ blue 185

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

Shades of Free Speech Blue #404DB9

Tints of Free Speech Blue #404DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

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

R = 19.63%
G = 23.62%
B = 56.75%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#404DB9 (or 0x404DB9) is known color: Free Speech Blue. HEX triplet: 40, 4D and B9. RGB value is (64,77,185). Sum of RGB (Red+Green+Blue) = 64+77+185=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #404DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DB9 is #BFB246. Grayscale: #545454. Windows color (decimal): -12563015 or 12143936. OLE color: 12143936.

HSL color Cylindrical-coordinate representation of color #404DB9: hue angle of 233.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 #404DB9 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 77 185 -
CMYK 0.65 0.58 0 0.27
HSL 233.55º 0.49% 0.49% -
HSV(B) 233.55º 0.65% 0.73% -
XYZ 13.53 9.9 47.1 -
YUV 85.43 184.19 112.72 -
System Red Green Blue C M Y K H S L
Decimal 64 77 185 0.65 0.58 0 0.27 233.55 0.49 0.49
Hex 40 4D B9 41 3A 0 1B EA 31 31
Octal 100 115 271 101 72 0 33 352 61 61
Binary 1000000 1001101 10111001 1000001 111010 0 11011 11101010 110001 110001

Color Harmonies of #404DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DB9

Black with #404DB9

Text Example


Text Example

White with #404DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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