#424561

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

Shades of Port Gore #424561

Tints of Port Gore #424561

Color information

#424561 (or 0x424561) is unknown color: approx Port Gore. HEX triplet: 42, 45 and 61. RGB value is (66,69,97). Sum of RGB (Red+Green+Blue) = 66+69+97=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #424561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424561 is #BDBA9E. Grayscale: #474747. Windows color (decimal): -12434079 or 6374722. OLE color: 6374722.

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

Color convert

RGB666997-
CMYK0.320.2900.62
HSL234.19º19.02%31.96%-
HSV(B)234.19º31.96%38.04%-
XYZ6.536.2812.18-
YUV71.29142.51124.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=28.45%
G=29.74%
B=41.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6669970.320.2900.62234.1919.0231.96
Hex424561201D03Eea1320
Octal10210514140350763522340
Binary1000010100010111000011000001110101111101110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424561; }

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

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

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

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

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

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

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

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