#404A58

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

Shades of Rhino #404A58

Tints of Rhino #404A58

Color information

#404A58 (or 0x404A58) is unknown color: approx Rhino. HEX triplet: 40, 4A and 58. RGB value is (64,74,88). Sum of RGB (Red+Green+Blue) = 64+74+88=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #404A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A58 is #BFB5A7. Grayscale: #484848. Windows color (decimal): -12563880 or 5786176. OLE color: 5786176.

HSL color Cylindrical-coordinate representation of color #404A58: hue angle of 215º 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 #404A58 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB647488-
CMYK0.270.1600.65
HSL215º15.79%29.8%-
HSV(B)215º27.27%34.51%-
XYZ6.326.6910.19-
YUV72.61136.69121.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=28.32%
G=32.74%
B=38.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6474880.270.1600.6521515.7929.8
Hex404A581B10041d7101e
Octal100112130332001013272036
Binary100000010010101011000110111000001000001110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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