#404D98

Color #404D98 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #404D98

Tints of Governor Bay #404D98

Color information

#404D98 (or 0x404D98) is unknown color: approx Governor Bay. HEX triplet: 40, 4D and 98. RGB value is (64,77,152). Sum of RGB (Red+Green+Blue) = 64+77+152=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #404D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404D98 is #BFB267. Grayscale: #515151. Windows color (decimal): -12563048 or 9981248. OLE color: 9981248.

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

Color convert

RGB6477152-
CMYK0.580.4900.40
HSL231.14º40.74%42.35%-
HSV(B)231.14º57.89%59.61%-
XYZ10.448.6630.83-
YUV81.66167.69115.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=21.84%
G=26.28%
B=51.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64771520.580.4900.40231.1440.7442.35
Hex404D983A31028e7292a
Octal10011523072610503475152
Binary1000000100110110011000111010110001010100011100111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #404D98;
 }
 .AnyTagClassName
 {
   color: #404D98;
 }
</style>
background-color css

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

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

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

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

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

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