#42496D

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

Shades of Port Gore #42496D

Tints of Port Gore #42496D

Color information

#42496D (or 0x42496D) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 6D. RGB value is (66,73,109). Sum of RGB (Red+Green+Blue) = 66+73+109=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #42496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42496D is #BDB692. Grayscale: #4A4A4A. Windows color (decimal): -12433043 or 7162178. OLE color: 7162178.

HSL color Cylindrical-coordinate representation of color #42496D: hue angle of 230.23º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42496D is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6673109-
CMYK0.390.3300.57
HSL230.23º24.57%34.31%-
HSV(B)230.23º39.45%42.75%-
XYZ7.397.0315.43-
YUV75.01147.18121.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=26.61%
G=29.44%
B=43.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66731090.390.3300.57230.2324.5734.31
Hex42496D2721039e61922
Octal10211115547410713463142
Binary10000101001001110110110011110000101110011110011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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