#404953

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

Shades of Rhino #404953

Tints of Rhino #404953

Color information

#404953 (or 0x404953) is unknown color: approx Rhino. HEX triplet: 40, 49 and 53. RGB value is (64,73,83). Sum of RGB (Red+Green+Blue) = 64+73+83=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #404953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404953 is #BFB6AC. Grayscale: #474747. Windows color (decimal): -12564141 or 5458240. OLE color: 5458240.

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

Color convert

RGB647383-
CMYK0.230.1200.67
HSL211.58º12.93%28.82%-
HSV(B)211.58º22.89%32.55%-
XYZ6.066.489.12-
YUV71.45134.52122.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=29.09%
G=33.18%
B=37.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6473830.230.1200.67211.5812.9328.82
Hex40495317C043d4d1d
Octal100111123271401033241535
Binary1000000100100110100111011111000100001111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404953; }

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

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

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

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

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

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

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

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