#40519B

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

Shades of Governor Bay #40519B

Tints of Governor Bay #40519B

Color information

#40519B (or 0x40519B) is unknown color: approx Governor Bay. HEX triplet: 40, 51 and 9B. RGB value is (64,81,155). Sum of RGB (Red+Green+Blue) = 64+81+155=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #40519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40519B is #BFAE64. Grayscale: #545454. Windows color (decimal): -12562021 or 10178880. OLE color: 10178880.

HSL color Cylindrical-coordinate representation of color #40519B: hue angle of 228.79º 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 #40519B is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6481155-
CMYK0.590.4800.39
HSL228.79º41.55%42.94%-
HSV(B)228.79º58.71%60.78%-
XYZ10.979.3432.24-
YUV84.35167.87113.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 155 (60.94% from 255) = 51.67%
R=21.33%
G=27%
B=51.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64811550.590.4800.39228.7941.5542.94
Hex40519B3B30027e52a2b
Octal10012123373600473455253
Binary1000000101000110011011111011110000010011111100101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40519B; }

 p { color: rgb(64,81,155); }

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

<style>
 a { background-color: #40519B; }

 a { background-color: rgb(64,81,155); }

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

<style>
 span { border-color: #40519B; }

 span { border-color: rgb(64,81,155); }

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