#40479a

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

Shades of Governor Bay #40479A

Tints of Governor Bay #40479A

Color information

#40479A (or 0x40479A) is unknown color: approx Governor Bay. HEX triplet: 40, 47 and 9A. RGB value is (64,71,154). Sum of RGB (Red+Green+Blue) = 64+71+154=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #40479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40479A is #BFB865. Grayscale: #4E4E4E. Windows color (decimal): -12564582 or 10110784. OLE color: 10110784.

HSL color Cylindrical-coordinate representation of color #40479A: hue angle of 235.33º 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 #40479A is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6471154-
CMYK0.580.5400.40
HSL235.33º41.28%42.75%-
HSV(B)235.33º58.44%60.39%-
XYZ10.27.9331.56-
YUV78.37170.68117.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 154 (60.55% from 255) = 53.29%
R=22.15%
G=24.57%
B=53.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64711540.580.5400.40235.3341.2842.75
Hex40479A3A36028eb292b
Octal10010723272660503535153
Binary1000000100011110011010111010110110010100011101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40479a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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