#424962

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

Shades of Port Gore #424962

Tints of Port Gore #424962

Color information

#424962 (or 0x424962) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 62. RGB value is (66,73,98). Sum of RGB (Red+Green+Blue) = 66+73+98=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #424962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424962 is #BDB69D. Grayscale: #494949. Windows color (decimal): -12433054 or 6441282. OLE color: 6441282.

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

Color convert

RGB667398-
CMYK0.330.2600.62
HSL226.88º19.51%32.16%-
HSV(B)226.88º32.65%38.43%-
XYZ6.836.8112.51-
YUV73.76141.68122.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=27.85%
G=30.80%
B=41.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6673980.330.2600.62226.8819.5132.16
Hex424962211A03Ee31420
Octal10211114241320763432440
Binary1000010100100111000101000011101001111101110001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424962; }

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

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

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

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

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

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

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

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