#404C99

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

Shades of Governor Bay #404C99

Tints of Governor Bay #404C99

Color information

#404C99 (or 0x404C99) is unknown color: approx Governor Bay. HEX triplet: 40, 4C and 99. RGB value is (64,76,153). Sum of RGB (Red+Green+Blue) = 64+76+153=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #404C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C99 is #BFB366. Grayscale: #505050. Windows color (decimal): -12563303 or 10046528. OLE color: 10046528.

HSL color Cylindrical-coordinate representation of color #404C99: hue angle of 231.91º 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 #404C99 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6476153-
CMYK0.580.5000.4
HSL231.91º41.01%42.55%-
HSV(B)231.91º58.17%60%-
XYZ10.458.5631.24-
YUV81.19168.52115.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=21.84%
G=25.94%
B=52.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64761530.580.5000.4231.9141.0142.55
Hex404C993A32028e8292b
Octal10011423172620503505153
Binary1000000100110010011001111010110010010100011101000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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