#42479C

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

Shades of Governor Bay #42479C

Tints of Governor Bay #42479C

Color information

#42479C (or 0x42479C) is unknown color: approx Governor Bay. HEX triplet: 42, 47 and 9C. RGB value is (66,71,156). Sum of RGB (Red+Green+Blue) = 66+71+156=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #42479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42479C is #BDB863. Grayscale: #4E4E4E. Windows color (decimal): -12433508 or 10241858. OLE color: 10241858.

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

Color convert

RGB6671156-
CMYK0.580.5400.39
HSL236.67º40.54%43.53%-
HSV(B)236.67º57.69%61.18%-
XYZ10.58.0732.46-
YUV79.19171.34118.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=22.53%
G=24.23%
B=53.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66711560.580.5400.39236.6740.5443.53
Hex42479C3A36027ed292c
Octal10210723472660473555154
Binary1000010100011110011100111010110110010011111101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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