#404F9A

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

Shades of Governor Bay #404F9A

Tints of Governor Bay #404F9A

Color information

#404F9A (or 0x404F9A) is unknown color: approx Governor Bay. HEX triplet: 40, 4F and 9A. RGB value is (64,79,154). Sum of RGB (Red+Green+Blue) = 64+79+154=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #404F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F9A is #BFB065. Grayscale: #525252. Windows color (decimal): -12562534 or 10112832. OLE color: 10112832.

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

Color convert

RGB6479154-
CMYK0.580.4900.40
HSL230º41.28%42.75%-
HSV(B)230º58.44%60.39%-
XYZ10.749.0231.75-
YUV83.06168.03114.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=21.55%
G=26.60%
B=51.85%

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
Decimal64791540.580.4900.4023041.2842.75
Hex404F9A3A31028e6292b
Octal10011723272610503465153
Binary1000000100111110011010111010110001010100011100110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,154); }

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

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

 a { background-color: rgb(64,79,154); }

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

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

 span { border-color: rgb(64,79,154); }

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