#424951

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

Shades of Rhino #424951

Tints of Rhino #424951

Color information

#424951 (or 0x424951) is unknown color: approx Rhino. HEX triplet: 42, 49 and 51. RGB value is (66,73,81). Sum of RGB (Red+Green+Blue) = 66+73+81=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #424951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424951 is #BDB6AE. Grayscale: #474747. Windows color (decimal): -12433071 or 5327170. OLE color: 5327170.

HSL color Cylindrical-coordinate representation of color #424951: hue angle of 212º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424951 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB667381-
CMYK0.190.1000.68
HSL212º10.2%28.82%-
HSV(B)212º18.52%31.76%-
XYZ6.116.528.72-
YUV71.82133.18123.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=30%
G=33.18%
B=36.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6673810.190.1000.6821210.228.82
Hex42495113A044d4a1d
Octal102111121231201043241235
Binary1000010100100110100011001110100100010011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424951; }

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

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

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

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

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

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

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

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