#404C9D

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

Shades of Governor Bay #404C9D

Tints of Governor Bay #404C9D

Color information

#404C9D (or 0x404C9D) is unknown color: approx Governor Bay. HEX triplet: 40, 4C and 9D. RGB value is (64,76,157). Sum of RGB (Red+Green+Blue) = 64+76+157=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #404C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C9D is #BFB362. Grayscale: #515151. Windows color (decimal): -12563299 or 10308672. OLE color: 10308672.

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

Color convert

RGB6476157-
CMYK0.590.5200.38
HSL232.26º42.08%43.33%-
HSV(B)232.26º59.24%61.57%-
XYZ10.788.6933.01-
YUV81.65170.52115.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=21.55%
G=25.59%
B=52.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64761570.590.5200.38232.2642.0843.33
Hex404C9D3B34026e82a2b
Octal10011423573640463505253
Binary1000000100110010011101111011110100010011011101000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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