#424970

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

Shades of Port Gore #424970

Tints of Port Gore #424970

Color information

#424970 (or 0x424970) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 70. RGB value is (66,73,112). Sum of RGB (Red+Green+Blue) = 66+73+112=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #424970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424970 is #BDB68F. Grayscale: #4B4B4B. Windows color (decimal): -12433040 or 7358786. OLE color: 7358786.

HSL color Cylindrical-coordinate representation of color #424970: hue angle of 230.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424970 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6673112-
CMYK0.410.3500.56
HSL230.87º25.84%34.9%-
HSV(B)230.87º41.07%43.92%-
XYZ7.557.0916.3-
YUV75.35148.68121.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=26.29%
G=29.08%
B=44.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66731120.410.3500.56230.8725.8434.9
Hex4249702923038e71a23
Octal10211116051430703473243
Binary10000101001001111000010100110001101110001110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424970; }

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

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

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

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

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

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

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

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