#404A53

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

Shades of Rhino #404A53

Tints of Rhino #404A53

Color information

#404A53 (or 0x404A53) is unknown color: approx Rhino. HEX triplet: 40, 4A and 53. RGB value is (64,74,83). Sum of RGB (Red+Green+Blue) = 64+74+83=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #404A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A53 is #BFB5AC. Grayscale: #474747. Windows color (decimal): -12563885 or 5458496. OLE color: 5458496.

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

Color convert

RGB647483-
CMYK0.230.1100.67
HSL208.42º12.93%28.82%-
HSV(B)208.42º22.89%32.55%-
XYZ6.126.619.14-
YUV72.04134.19122.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=28.96%
G=33.48%
B=37.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6474830.230.1100.67208.4212.9328.82
Hex404A5317B043d0d1d
Octal100112123271301033201535
Binary1000000100101010100111011110110100001111010000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404A53; }

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

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

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

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

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

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

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

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