#40509C

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

Shades of Governor Bay #40509C

Tints of Governor Bay #40509C

Color information

#40509C (or 0x40509C) is unknown color: approx Governor Bay. HEX triplet: 40, 50 and 9C. RGB value is (64,80,156). Sum of RGB (Red+Green+Blue) = 64+80+156=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #40509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40509C is #BFAF63. Grayscale: #535353. Windows color (decimal): -12562276 or 10244160. OLE color: 10244160.

HSL color Cylindrical-coordinate representation of color #40509C: hue angle of 229.57º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40509C is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6480156-
CMYK0.590.4900.39
HSL229.57º41.82%43.14%-
HSV(B)229.57º58.97%61.18%-
XYZ10.989.2332.65-
YUV83.88168.7113.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 156 (61.33% from 255) = 52%
R=21.33%
G=26.67%
B=52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64801560.590.4900.39229.5741.8243.14
Hex40509C3B31027e62a2b
Octal10012023473610473465253
Binary1000000101000010011100111011110001010011111100110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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