#424972

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

Shades of Port Gore #424972

Tints of Port Gore #424972

Color information

#424972 (or 0x424972) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 72. RGB value is (66,73,114). Sum of RGB (Red+Green+Blue) = 66+73+114=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #424972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424972 is #BDB68D. Grayscale: #4B4B4B. Windows color (decimal): -12433038 or 7489858. OLE color: 7489858.

HSL color Cylindrical-coordinate representation of color #424972: hue angle of 231.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424972 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6673114-
CMYK0.420.3600.55
HSL231.25º26.67%35.29%-
HSV(B)231.25º42.11%44.71%-
XYZ7.677.1416.89-
YUV75.58149.68121.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=26.09%
G=28.85%
B=45.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66731140.420.3600.55231.2526.6735.29
Hex4249722A24037e71b23
Octal10211116252440673473343
Binary10000101001001111001010101010010001101111110011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424972; }

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

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

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

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

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

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

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

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