#424871

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

Shades of Port Gore #424871

Tints of Port Gore #424871

Color information

#424871 (or 0x424871) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 71. RGB value is (66,72,113). Sum of RGB (Red+Green+Blue) = 66+72+113=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #424871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424871 is #BDB78E. Grayscale: #4A4A4A. Windows color (decimal): -12433295 or 7424066. OLE color: 7424066.

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

Color convert

RGB6672113-
CMYK0.420.3600.56
HSL232.34º26.26%35.1%-
HSV(B)232.34º41.59%44.31%-
XYZ7.546.9916.57-
YUV74.88149.51121.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=26.29%
G=28.69%
B=45.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66721130.420.3600.56232.3426.2635.1
Hex4248712A24038e81a23
Octal10211016152440703503243
Binary10000101001000111000110101010010001110001110100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424871; }

 p { color: rgb(66,72,113); }

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

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

 a { background-color: rgb(66,72,113); }

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

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

 span { border-color: rgb(66,72,113); }

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