#424861

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

Shades of Port Gore #424861

Tints of Port Gore #424861

Color information

#424861 (or 0x424861) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 61. RGB value is (66,72,97). Sum of RGB (Red+Green+Blue) = 66+72+97=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #424861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424861 is #BDB79E. Grayscale: #484848. Windows color (decimal): -12433311 or 6375490. OLE color: 6375490.

HSL color Cylindrical-coordinate representation of color #424861: hue angle of 228.39º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424861 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667297-
CMYK0.320.2600.62
HSL228.39º19.02%31.96%-
HSV(B)228.39º31.96%38.04%-
XYZ6.726.6612.24-
YUV73.06141.51122.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=28.09%
G=30.64%
B=41.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6672970.320.2600.62228.3919.0231.96
Hex424861201A03Ee41320
Octal10211014140320763442340
Binary1000010100100011000011000001101001111101110010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424861; }

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

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

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

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

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

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

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

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