#424868

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

Shades of Port Gore #424868

Tints of Port Gore #424868

Color information

#424868 (or 0x424868) is unknown color: approx Port Gore. HEX triplet: 42, 48 and 68. RGB value is (66,72,104). Sum of RGB (Red+Green+Blue) = 66+72+104=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #424868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424868 is #BDB797. Grayscale: #494949. Windows color (decimal): -12433304 or 6834242. OLE color: 6834242.

HSL color Cylindrical-coordinate representation of color #424868: hue angle of 230.53º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #424868 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6672104-
CMYK0.370.3100.59
HSL230.53º22.35%33.33%-
HSV(B)230.53º36.54%40.78%-
XYZ7.066.7914.04-
YUV73.85145.01122.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.27%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=27.27%
G=29.75%
B=42.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66721040.370.3100.59230.5322.3533.33
Hex424868251F03Be71621
Octal10211015045370733472641
Binary1000010100100011010001001011111101110111110011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424868; }

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

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

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

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

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

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

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

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