Html Css Color HEX #404DA9 Governor Bay

📋 copy color: '#404DA9'

red 64 ◦ green 77 ◦ blue 169

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

Shades of Governor Bay #404DA9

Tints of Governor Bay #404DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 54.52%

R = 20.65%
G = 24.84%
B = 54.52%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#404DA9 (or 0x404DA9) is known color: Governor Bay. HEX triplet: 40, 4D and A9. RGB value is (64,77,169). Sum of RGB (Red+Green+Blue) = 64+77+169=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #404DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DA9 is #BFB256. Grayscale: #535353. Windows color (decimal): -12563031 or 11095360. OLE color: 11095360.

HSL color Cylindrical-coordinate representation of color #404DA9: hue angle of 232.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #404DA9 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 77 169 -
CMYK 0.62 0.54 0 0.34
HSL 232.57º 0.45% 0.46% -
HSV(B) 232.57º 0.62% 0.66% -
XYZ 11.93 9.26 38.7 -
YUV 83.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 64 77 169 0.62 0.54 0 0.34 232.57 0.45 0.46
Hex 40 4D A9 3E 36 0 22 E9 2D 2E
Octal 100 115 251 76 66 0 42 351 55 56
Binary 1000000 1001101 10101001 111110 110110 0 100010 11101001 101101 101110

Color Harmonies of #404DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404DA9

Black with #404DA9

Text Example


Text Example

White with #404DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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