#424860

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

Shades of Port Gore #424860

Tints of Port Gore #424860

Color information

#424860 (or 0x424860) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 60. RGB value is (66,72,96). Sum of RGB (Red+Green+Blue) = 66+72+96=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #424860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424860 is #BDB79F. Grayscale: #484848. Windows color (decimal): -12433312 or 6309954. OLE color: 6309954.

HSL color Cylindrical-coordinate representation of color #424860: hue angle of 228º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424860 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667296-
CMYK0.310.2500.62
HSL228º18.52%31.76%-
HSV(B)228º31.25%37.65%-
XYZ6.686.6412-
YUV72.94141.01123.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 72 (28.52% from 255) = 30.77%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=28.21%
G=30.77%
B=41.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6672960.310.2500.6222818.5231.76
Hex4248601F1903Ee41320
Octal10211014037310763442340
Binary100001010010001100000111111100101111101110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424860; }

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

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

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

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

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

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

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

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