#42496C

Color #42496C Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #42496C

Tints of Port Gore #42496C

Color information

#42496C (or 0x42496C) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 6C. RGB value is (66,73,108). Sum of RGB (Red+Green+Blue) = 66+73+108=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #42496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42496C is #BDB693. Grayscale: #4A4A4A. Windows color (decimal): -12433044 or 7096642. OLE color: 7096642.

HSL color Cylindrical-coordinate representation of color #42496C: hue angle of 230º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42496C is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6673108-
CMYK0.390.3200.58
HSL230º24.14%34.12%-
HSV(B)230º38.89%42.35%-
XYZ7.347.0115.15-
YUV74.9146.68121.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=26.72%
G=29.55%
B=43.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66731080.390.3200.5823024.1434.12
Hex42496C272003Ae61822
Octal10211115447400723463042
Binary10000101001001110110010011110000001110101110011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,73,108); }

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

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

 a { background-color: rgb(66,73,108); }

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

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

 span { border-color: rgb(66,73,108); }

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