#424963

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

Shades of Port Gore #424963

Tints of Port Gore #424963

Color information

#424963 (or 0x424963) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 63. RGB value is (66,73,99). Sum of RGB (Red+Green+Blue) = 66+73+99=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #424963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424963 is #BDB69C. Grayscale: #494949. Windows color (decimal): -12433053 or 6506818. OLE color: 6506818.

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

Color convert

RGB667399-
CMYK0.330.2600.61
HSL227.27º20%32.35%-
HSV(B)227.27º33.33%38.82%-
XYZ6.886.8212.76-
YUV73.87142.18122.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=27.73%
G=30.67%
B=41.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6673990.330.2600.61227.272032.35
Hex424963211A03De31420
Octal10211114341320753432440
Binary1000010100100111000111000011101001111011110001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424963; }

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

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

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

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

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

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

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

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