#424968

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

Shades of Port Gore #424968

Tints of Port Gore #424968

Color information

#424968 (or 0x424968) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 68. RGB value is (66,73,104). Sum of RGB (Red+Green+Blue) = 66+73+104=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #424968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424968 is #BDB697. Grayscale: #4A4A4A. Windows color (decimal): -12433048 or 6834498. OLE color: 6834498.

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

Color convert

RGB6673104-
CMYK0.370.3000.59
HSL228.95º22.35%33.33%-
HSV(B)228.95º36.54%40.78%-
XYZ7.136.9214.06-
YUV74.44144.68121.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=27.16%
G=30.04%
B=42.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66731040.370.3000.59228.9522.3533.33
Hex424968251E03Be51621
Octal10211115045360733452641
Binary1000010100100111010001001011111001110111110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424968; }

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

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

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

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

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

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

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

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