#404856

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

Shades of Rhino #404856

Tints of Rhino #404856

Color information

#404856 (or 0x404856) is unknown color: approx Rhino. HEX triplet: 40, 48 and 56. RGB value is (64,72,86). Sum of RGB (Red+Green+Blue) = 64+72+86=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #404856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404856 is #BFB7A9. Grayscale: #474747. Windows color (decimal): -12564394 or 5654592. OLE color: 5654592.

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

Color convert

RGB647286-
CMYK0.260.1600.66
HSL218.18º14.67%29.41%-
HSV(B)218.18º25.58%33.73%-
XYZ6.116.49.72-
YUV71.2136.35122.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=28.83%
G=32.43%
B=38.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6472860.260.1600.66218.1814.6729.41
Hex4048561A10042daf1d
Octal100110126322001023321735
Binary10000001001000101011011010100000100001011011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404856; }

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

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

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

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

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

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

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

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