#40509F

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

Shades of Governor Bay #40509F

Tints of Governor Bay #40509F

Color information

#40509F (or 0x40509F) is unknown color: approx Governor Bay. HEX triplet: 40, 50 and 9F. RGB value is (64,80,159). Sum of RGB (Red+Green+Blue) = 64+80+159=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #40509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40509F is #BFAF60. Grayscale: #535353. Windows color (decimal): -12562273 or 10440768. OLE color: 10440768.

HSL color Cylindrical-coordinate representation of color #40509F: hue angle of 229.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40509F is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6480159-
CMYK0.600.5000.38
HSL229.89º42.6%43.73%-
HSV(B)229.89º59.75%62.35%-
XYZ11.249.3334.01-
YUV84.22170.2113.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=21.12%
G=26.40%
B=52.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64801590.600.5000.38229.8942.643.73
Hex40509F3C32026e62b2c
Octal10012023774620463465354
Binary1000000101000010011111111100110010010011011100110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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