#404F9E

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

Shades of Governor Bay #404F9E

Tints of Governor Bay #404F9E

Color information

#404F9E (or 0x404F9E) is unknown color: approx Governor Bay. HEX triplet: 40, 4F and 9E. RGB value is (64,79,158). Sum of RGB (Red+Green+Blue) = 64+79+158=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #404F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F9E is #BFB061. Grayscale: #535353. Windows color (decimal): -12562530 or 10374976. OLE color: 10374976.

HSL color Cylindrical-coordinate representation of color #404F9E: hue angle of 230.43º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #404F9E is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6479158-
CMYK0.590.5000.38
HSL230.43º42.34%43.53%-
HSV(B)230.43º59.49%61.96%-
XYZ11.089.1533.53-
YUV83.52170.03114.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=21.26%
G=26.25%
B=52.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64791580.590.5000.38230.4342.3443.53
Hex404F9E3B32026e62a2c
Octal10011723673620463465254
Binary1000000100111110011110111011110010010011011100110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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