#40519A

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

Shades of Governor Bay #40519A

Tints of Governor Bay #40519A

Color information

#40519A (or 0x40519A) is unknown color: approx Governor Bay. HEX triplet: 40, 51 and 9A. RGB value is (64,81,154). Sum of RGB (Red+Green+Blue) = 64+81+154=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #40519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40519A is #BFAE65. Grayscale: #535353. Windows color (decimal): -12562022 or 10113344. OLE color: 10113344.

HSL color Cylindrical-coordinate representation of color #40519A: hue angle of 228.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40519A is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6481154-
CMYK0.580.4700.40
HSL228.67º41.28%42.75%-
HSV(B)228.67º58.44%60.39%-
XYZ10.899.3131.79-
YUV84.24167.37113.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=21.40%
G=27.09%
B=51.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64811540.580.4700.40228.6741.2842.75
Hex40519A3A2F028e5292b
Octal10012123272570503455153
Binary1000000101000110011010111010101111010100011100101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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