#42486A

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

Shades of Port Gore #42486A

Tints of Port Gore #42486A

Color information

#42486A (or 0x42486A) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 6A. RGB value is (66,72,106). Sum of RGB (Red+Green+Blue) = 66+72+106=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #42486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42486A is #BDB795. Grayscale: #494949. Windows color (decimal): -12433302 or 6965314. OLE color: 6965314.

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

Color convert

RGB6672106-
CMYK0.380.3200.58
HSL231º23.26%33.73%-
HSV(B)231º37.74%41.57%-
XYZ7.176.8314.58-
YUV74.08146.01122.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=27.05%
G=29.51%
B=43.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66721060.380.3200.5823123.2633.73
Hex42486A262003Ae71722
Octal10211015246400723472742
Binary10000101001000110101010011010000001110101110011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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