#424956

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

Shades of Rhino #424956

Tints of Rhino #424956

Color information

#424956 (or 0x424956) is unknown color: approx Rhino. HEX triplet: 42, 49 and 56. RGB value is (66,73,86). Sum of RGB (Red+Green+Blue) = 66+73+86=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #424956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424956 is #BDB6A9. Grayscale: #484848. Windows color (decimal): -12433066 or 5654850. OLE color: 5654850.

HSL color Cylindrical-coordinate representation of color #424956: hue angle of 219º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424956 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB667386-
CMYK0.230.1500.66
HSL219º13.16%29.8%-
HSV(B)219º23.26%33.73%-
XYZ6.316.69.74-
YUV72.39135.68123.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=29.33%
G=32.44%
B=38.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6673860.230.1500.6621913.1629.8
Hex42495617F042dbd1e
Octal102111126271701023331536
Binary1000010100100110101101011111110100001011011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424956; }

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

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

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

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

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

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

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

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