#40489E

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

Shades of Governor Bay #40489E

Tints of Governor Bay #40489E

Color information

#40489E (or 0x40489E) is unknown color: approx Governor Bay. HEX triplet: 40, 48 and 9E. RGB value is (64,72,158). Sum of RGB (Red+Green+Blue) = 64+72+158=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #40489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40489E is #BFB761. Grayscale: #4F4F4F. Windows color (decimal): -12564322 or 10373184. OLE color: 10373184.

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

Color convert

RGB6472158-
CMYK0.590.5400.38
HSL234.89º42.34%43.53%-
HSV(B)234.89º59.49%61.96%-
XYZ10.68.1933.37-
YUV79.41172.35117.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=21.77%
G=24.49%
B=53.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64721580.590.5400.38234.8942.3443.53
Hex40489E3B36026eb2a2c
Octal10011023673660463535254
Binary1000000100100010011110111011110110010011011101011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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