#42486D

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

Shades of Port Gore #42486D

Tints of Port Gore #42486D

Color information

#42486D (or 0x42486D) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 6D. RGB value is (66,72,109). Sum of RGB (Red+Green+Blue) = 66+72+109=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #42486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42486D is #BDB792. Grayscale: #4A4A4A. Windows color (decimal): -12433299 or 7161922. OLE color: 7161922.

HSL color Cylindrical-coordinate representation of color #42486D: hue angle of 231.63º 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 #42486D is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6672109-
CMYK0.390.3400.57
HSL231.63º24.57%34.31%-
HSV(B)231.63º39.45%42.75%-
XYZ7.326.915.41-
YUV74.42147.51121.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=26.72%
G=29.15%
B=44.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66721090.390.3400.57231.6324.5734.31
Hex42486D2722039e81922
Octal10211015547420713503142
Binary10000101001000110110110011110001001110011110100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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