#404B56

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

Shades of Rhino #404B56

Tints of Rhino #404B56

Color information

#404B56 (or 0x404B56) is unknown color: approx Rhino. HEX triplet: 40, 4B and 56. RGB value is (64,75,86). Sum of RGB (Red+Green+Blue) = 64+75+86=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #404B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B56 is #BFB4A9. Grayscale: #484848. Windows color (decimal): -12563626 or 5655360. OLE color: 5655360.

HSL color Cylindrical-coordinate representation of color #404B56: hue angle of 210º 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 #404B56 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB647586-
CMYK0.260.1300.66
HSL210º14.67%29.41%-
HSV(B)210º25.58%33.73%-
XYZ6.316.799.78-
YUV72.96135.36121.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=28.44%
G=33.33%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6475860.260.1300.6621014.6729.41
Hex404B561AD042d2f1d
Octal100113126321501023221735
Binary1000000100101110101101101011010100001011010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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