#40439E

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

Shades of Governor Bay #40439E

Tints of Governor Bay #40439E

Color information

#40439E (or 0x40439E) is unknown color: approx Governor Bay. HEX triplet: 40, 43 and 9E. RGB value is (64,67,158). Sum of RGB (Red+Green+Blue) = 64+67+158=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #40439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40439E is #BFBC61. Grayscale: #4C4C4C. Windows color (decimal): -12565602 or 10371904. OLE color: 10371904.

HSL color Cylindrical-coordinate representation of color #40439E: hue angle of 238.09º 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 #40439E is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6467158-
CMYK0.590.5800.38
HSL238.09º42.34%43.53%-
HSV(B)238.09º59.49%61.96%-
XYZ10.297.5733.27-
YUV76.48174.01119.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=22.15%
G=23.18%
B=54.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64671580.590.5800.38238.0942.3443.53
Hex40439E3B3A026ee2a2c
Octal10010323673720463565254
Binary1000000100001110011110111011111010010011011101110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40439E; }

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

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

<style>
 a { background-color: #40439E; }

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

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

<style>
 span { border-color: #40439E; }

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

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