#404C5D

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

Shades of Rhino #404C5D

Tints of Rhino #404C5D

Color information

#404C5D (or 0x404C5D) is unknown color: approx Rhino. HEX triplet: 40, 4C and 5D. RGB value is (64,76,93). Sum of RGB (Red+Green+Blue) = 64+76+93=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #404C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C5D is #BFB3A2. Grayscale: #4A4A4A. Windows color (decimal): -12563363 or 6114368. OLE color: 6114368.

HSL color Cylindrical-coordinate representation of color #404C5D: hue angle of 215.17º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #404C5D is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647693-
CMYK0.310.1800.64
HSL215.17º18.47%30.78%-
HSV(B)215.17º31.18%36.47%-
XYZ6.677.0511.36-
YUV74.35138.52120.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=27.47%
G=32.62%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6476930.310.1800.64215.1718.4730.78
Hex404C5D1F12040d7121f
Octal100114135372201003272237
Binary100000010011001011101111111001001000000110101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,76,93); }

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

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

 a { background-color: rgb(64,76,93); }

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

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

 span { border-color: rgb(64,76,93); }

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