#424961

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

Shades of Port Gore #424961

Tints of Port Gore #424961

Color information

#424961 (or 0x424961) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 61. RGB value is (66,73,97). Sum of RGB (Red+Green+Blue) = 66+73+97=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #424961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424961 is #BDB69E. Grayscale: #494949. Windows color (decimal): -12433055 or 6375746. OLE color: 6375746.

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

Color convert

RGB667397-
CMYK0.320.2500.62
HSL226.45º19.02%31.96%-
HSV(B)226.45º31.96%38.04%-
XYZ6.796.7912.26-
YUV73.64141.18122.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=27.97%
G=30.93%
B=41.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6673970.320.2500.62226.4519.0231.96
Hex424961201903Ee21320
Octal10211114140310763422340
Binary1000010100100111000011000001100101111101110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424961; }

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

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

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

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

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

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

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

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