#404855

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

Shades of Rhino #404855

Tints of Rhino #404855

Color information

#404855 (or 0x404855) is unknown color: approx Rhino. HEX triplet: 40, 48 and 55. RGB value is (64,72,85). Sum of RGB (Red+Green+Blue) = 64+72+85=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #404855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404855 is #BFB7AA. Grayscale: #474747. Windows color (decimal): -12564395 or 5589056. OLE color: 5589056.

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

Color convert

RGB647285-
CMYK0.250.1500.67
HSL217.14º14.09%29.22%-
HSV(B)217.14º24.71%33.33%-
XYZ6.076.389.51-
YUV71.09135.85122.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=28.96%
G=32.58%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6472850.250.1500.67217.1414.0929.22
Hex40485519F043d9e1d
Octal100110125311701033311635
Binary1000000100100010101011100111110100001111011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404855; }

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

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

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

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

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

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

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

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