#424563

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

Shades of Port Gore #424563

Tints of Port Gore #424563

Color information

#424563 (or 0x424563) is unknown color: approx Port Gore. HEX triplet: 42, 45 and 63. RGB value is (66,69,99). Sum of RGB (Red+Green+Blue) = 66+69+99=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #424563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424563 is #BDBA9C. Grayscale: #474747. Windows color (decimal): -12434077 or 6505794. OLE color: 6505794.

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

Color convert

RGB666999-
CMYK0.330.3000.61
HSL234.55º20%32.35%-
HSV(B)234.55º33.33%38.82%-
XYZ6.636.3212.67-
YUV71.52143.51124.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=28.21%
G=29.49%
B=42.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6669990.330.3000.61234.552032.35
Hex424563211E03Deb1420
Octal10210514341360753532440
Binary1000010100010111000111000011111001111011110101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424563; }

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

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

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

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

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

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

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

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