#404B58

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

Shades of Rhino #404B58

Tints of Rhino #404B58

Color information

#404B58 (or 0x404B58) is unknown color: approx Rhino. HEX triplet: 40, 4B and 58. RGB value is (64,75,88). Sum of RGB (Red+Green+Blue) = 64+75+88=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #404B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B58 is #BFB4A7. Grayscale: #494949. Windows color (decimal): -12563624 or 5786432. OLE color: 5786432.

HSL color Cylindrical-coordinate representation of color #404B58: hue angle of 212.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404B58 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB647588-
CMYK0.270.1500.65
HSL212.5º15.79%29.8%-
HSV(B)212.5º27.27%34.51%-
XYZ6.396.8310.21-
YUV73.19136.36121.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=28.19%
G=33.04%
B=38.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6475880.270.1500.65212.515.7929.8
Hex404B581BF041d4101e
Octal100113130331701013242036
Binary10000001001011101100011011111101000001110101001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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