#404B55

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

Shades of Rhino #404B55

Tints of Rhino #404B55

Color information

#404B55 (or 0x404B55) is unknown color: approx Rhino. HEX triplet: 40, 4B and 55. RGB value is (64,75,85). Sum of RGB (Red+Green+Blue) = 64+75+85=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #404B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B55 is #BFB4AA. Grayscale: #484848. Windows color (decimal): -12563627 or 5589824. OLE color: 5589824.

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

Color convert

RGB647585-
CMYK0.250.1200.67
HSL208.57º14.09%29.22%-
HSV(B)208.57º24.71%33.33%-
XYZ6.276.789.57-
YUV72.85134.86121.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=28.57%
G=33.48%
B=37.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6475850.250.1200.67208.5714.0929.22
Hex404B5519C043d1e1d
Octal100113125311401033211635
Binary1000000100101110101011100111000100001111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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