#424661

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

Shades of Port Gore #424661

Tints of Port Gore #424661

Color information

#424661 (or 0x424661) is unknown color: approx Port Gore. HEX triplet: 42, 46 and 61. RGB value is (66,70,97). Sum of RGB (Red+Green+Blue) = 66+70+97=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #424661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424661 is #BDB99E. Grayscale: #474747. Windows color (decimal): -12433823 or 6374978. OLE color: 6374978.

HSL color Cylindrical-coordinate representation of color #424661: hue angle of 232.26º 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 #424661 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667097-
CMYK0.320.2800.62
HSL232.26º19.02%31.96%-
HSV(B)232.26º31.96%38.04%-
XYZ6.596.412.2-
YUV71.88142.17123.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=28.33%
G=30.04%
B=41.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6670970.320.2800.62232.2619.0231.96
Hex424661201C03Ee81320
Octal10210614140340763502340
Binary1000010100011011000011000001110001111101110100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424661; }

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

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

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

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

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

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

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

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