#404853

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

Shades of Rhino #404853

Tints of Rhino #404853

Color information

#404853 (or 0x404853) is unknown color: approx Rhino. HEX triplet: 40, 48 and 53. RGB value is (64,72,83). Sum of RGB (Red+Green+Blue) = 64+72+83=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #404853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404853 is #BFB7AC. Grayscale: #464646. Windows color (decimal): -12564397 or 5457984. OLE color: 5457984.

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

Color convert

RGB647283-
CMYK0.230.1300.67
HSL214.74º12.93%28.82%-
HSV(B)214.74º22.89%32.55%-
XYZ5.996.359.09-
YUV70.86134.85123.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=29.22%
G=32.88%
B=37.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6472830.230.1300.67214.7412.9328.82
Hex40485317D043d7d1d
Octal100110123271501033271535
Binary1000000100100010100111011111010100001111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404853; }

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

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

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

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

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

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

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

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