#424872

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

Shades of Port Gore #424872

Tints of Port Gore #424872

Color information

#424872 (or 0x424872) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 72. RGB value is (66,72,114). Sum of RGB (Red+Green+Blue) = 66+72+114=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #424872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424872 is #BDB78D. Grayscale: #4A4A4A. Windows color (decimal): -12433294 or 7489602. OLE color: 7489602.

HSL color Cylindrical-coordinate representation of color #424872: hue angle of 232.5º 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 #424872 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6672114-
CMYK0.420.3700.55
HSL232.5º26.67%35.29%-
HSV(B)232.5º42.11%44.71%-
XYZ7.67.0116.87-
YUV74.99150.01121.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=26.19%
G=28.57%
B=45.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66721140.420.3700.55232.526.6735.29
Hex4248722A25037e81b23
Octal10211016252450673503343
Binary10000101001000111001010101010010101101111110100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424872; }

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

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

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

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

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

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

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

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