#42479E

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

Shades of Governor Bay #42479E

Tints of Governor Bay #42479E

Color information

#42479E (or 0x42479E) is unknown color: approx Governor Bay. HEX triplet: 42, 47 and 9E. RGB value is (66,71,158). Sum of RGB (Red+Green+Blue) = 66+71+158=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #42479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42479E is #BDB861. Grayscale: #4F4F4F. Windows color (decimal): -12433506 or 10372930. OLE color: 10372930.

HSL color Cylindrical-coordinate representation of color #42479E: hue angle of 236.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42479E is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6671158-
CMYK0.580.5500.38
HSL236.74º41.07%43.92%-
HSV(B)236.74º58.23%61.96%-
XYZ10.678.1333.36-
YUV79.42172.34118.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=22.37%
G=24.07%
B=53.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66711580.580.5500.38236.7441.0743.92
Hex42479E3A37026ed292c
Octal10210723672670463555154
Binary1000010100011110011110111010110111010011011101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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