Html Css Color HEX #404D99 Governor Bay

📋 copy color: '#404D99'

red 64 ◦ green 77 ◦ blue 153

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

Shades of Governor Bay #404D99

Tints of Governor Bay #404D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 21.77%
G = 26.19%
B = 52.04%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#404D99 (or 0x404D99) is known color: Governor Bay. HEX triplet: 40, 4D and 99. RGB value is (64,77,153). Sum of RGB (Red+Green+Blue) = 64+77+153=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #404D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D99 is #BFB266. Grayscale: #515151. Windows color (decimal): -12563047 or 10046784. OLE color: 10046784.

HSL color Cylindrical-coordinate representation of color #404D99: hue angle of 231.24º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404D99 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 77 153 -
CMYK 0.58 0.50 0 0.4
HSL 231.24º 0.41% 0.43% -
HSV(B) 231.24º 0.58% 0.6% -
XYZ 10.52 8.7 31.26 -
YUV 81.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 64 77 153 0.58 0.50 0 0.4 231.24 0.41 0.43
Hex 40 4D 99 3A 32 0 28 E7 29 2B
Octal 100 115 231 72 62 0 50 347 51 53
Binary 1000000 1001101 10011001 111010 110010 0 101000 11100111 101001 101011

Color Harmonies of #404D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D99

Black with #404D99

Text Example


Text Example

White with #404D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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