#424977

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

Shades of Port Gore #424977

Tints of Port Gore #424977

Color information

#424977 (or 0x424977) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 77. RGB value is (66,73,119). Sum of RGB (Red+Green+Blue) = 66+73+119=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #424977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424977 is #BDB688. Grayscale: #4B4B4B. Windows color (decimal): -12433033 or 7817538. OLE color: 7817538.

HSL color Cylindrical-coordinate representation of color #424977: hue angle of 232.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424977 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6673119-
CMYK0.450.3900.53
HSL232.08º28.65%36.27%-
HSV(B)232.08º44.54%46.67%-
XYZ7.967.2618.43-
YUV76.15152.18120.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=25.58%
G=28.29%
B=46.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66731190.450.3900.53232.0828.6536.27
Hex4249772D27035e81d24
Octal10211116755470653503544
Binary10000101001001111011110110110011101101011110100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424977; }

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

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

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

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

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

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

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

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