#404955

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

Shades of Rhino #404955

Tints of Rhino #404955

Color information

#404955 (or 0x404955) is unknown color: approx Rhino. HEX triplet: 40, 49 and 55. RGB value is (64,73,85). Sum of RGB (Red+Green+Blue) = 64+73+85=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #404955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404955 is #BFB6AA. Grayscale: #474747. Windows color (decimal): -12564139 or 5589312. OLE color: 5589312.

HSL color Cylindrical-coordinate representation of color #404955: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404955 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB647385-
CMYK0.250.1400.67
HSL214.29º14.09%29.22%-
HSV(B)214.29º24.71%33.33%-
XYZ6.146.519.53-
YUV71.68135.52122.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=28.83%
G=32.88%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6473850.250.1400.67214.2914.0929.22
Hex40495519E043d6e1d
Octal100111125311601033261635
Binary1000000100100110101011100111100100001111010110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404955; }

 p { color: rgb(64,73,85); }

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

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

 a { background-color: rgb(64,73,85); }

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

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

 span { border-color: rgb(64,73,85); }

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