#424663

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

Shades of Port Gore #424663

Tints of Port Gore #424663

Color information

#424663 (or 0x424663) is unknown color: approx Port Gore. HEX triplet: 42, 46 and 63. RGB value is (66,70,99). Sum of RGB (Red+Green+Blue) = 66+70+99=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #424663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424663 is #BDB99C. Grayscale: #474747. Windows color (decimal): -12433821 or 6506050. OLE color: 6506050.

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

Color convert

RGB667099-
CMYK0.330.2900.61
HSL232.73º20%32.35%-
HSV(B)232.73º33.33%38.82%-
XYZ6.696.4412.69-
YUV72.11143.17123.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=28.09%
G=29.79%
B=42.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6670990.330.2900.61232.732032.35
Hex424663211D03De91420
Octal10210614341350753512440
Binary1000010100011011000111000011110101111011110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424663; }

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

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

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

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

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

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

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

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