#40479E

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

Shades of Governor Bay #40479E

Tints of Governor Bay #40479E

Color information

#40479E (or 0x40479E) is unknown color: approx Governor Bay. HEX triplet: 40, 47 and 9E. RGB value is (64,71,158). Sum of RGB (Red+Green+Blue) = 64+71+158=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #40479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40479E is #BFB861. Grayscale: #4E4E4E. Windows color (decimal): -12564578 or 10372928. OLE color: 10372928.

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

Color convert

RGB6471158-
CMYK0.590.5500.38
HSL235.53º42.34%43.53%-
HSV(B)235.53º59.49%61.96%-
XYZ10.548.0733.35-
YUV78.82172.68117.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=21.84%
G=24.23%
B=53.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64711580.590.5500.38235.5342.3443.53
Hex40479E3B37026ec2a2c
Octal10010723673670463545254
Binary1000000100011110011110111011110111010011011101100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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