#424763

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

Shades of Port Gore #424763

Tints of Port Gore #424763

Color information

#424763 (or 0x424763) is unknown color: approx Port Gore. HEX triplet: 42, 47 and 63. RGB value is (66,71,99). Sum of RGB (Red+Green+Blue) = 66+71+99=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #424763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424763 is #BDB89C. Grayscale: #484848. Windows color (decimal): -12433565 or 6506306. OLE color: 6506306.

HSL color Cylindrical-coordinate representation of color #424763: hue angle of 230.91º 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 #424763 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB667199-
CMYK0.330.2800.61
HSL230.91º20%32.35%-
HSV(B)230.91º33.33%38.82%-
XYZ6.756.5712.72-
YUV72.7142.84123.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=27.97%
G=30.08%
B=41.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6671990.330.2800.61230.912032.35
Hex424763211C03De71420
Octal10210714341340753472440
Binary1000010100011111000111000011110001111011110011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424763; }

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

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

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

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

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

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

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

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