#40509E

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

Shades of Governor Bay #40509E

Tints of Governor Bay #40509E

Color information

#40509E (or 0x40509E) is unknown color: approx Governor Bay. HEX triplet: 40, 50 and 9E. RGB value is (64,80,158). Sum of RGB (Red+Green+Blue) = 64+80+158=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #40509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40509E is #BFAF61. Grayscale: #535353. Windows color (decimal): -12562274 or 10375232. OLE color: 10375232.

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

Color convert

RGB6480158-
CMYK0.590.4900.38
HSL229.79º42.34%43.53%-
HSV(B)229.79º59.49%61.96%-
XYZ11.159.333.55-
YUV84.11169.7113.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=21.19%
G=26.49%
B=52.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64801580.590.4900.38229.7942.3443.53
Hex40509E3B31026e62a2c
Octal10012023673610463465254
Binary1000000101000010011110111011110001010011011100110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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