#404B5E

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

Shades of Rhino #404B5E

Tints of Rhino #404B5E

Color information

#404B5E (or 0x404B5E) is unknown color: approx Rhino. HEX triplet: 40, 4B and 5E. RGB value is (64,75,94). Sum of RGB (Red+Green+Blue) = 64+75+94=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #404B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B5E is #BFB4A1. Grayscale: #494949. Windows color (decimal): -12563618 or 6179648. OLE color: 6179648.

HSL color Cylindrical-coordinate representation of color #404B5E: hue angle of 218º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #404B5E is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB647594-
CMYK0.320.2000.63
HSL218º18.99%30.98%-
HSV(B)218º31.91%36.86%-
XYZ6.656.9311.58-
YUV73.88139.36120.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=27.47%
G=32.19%
B=40.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6475940.320.2000.6321818.9930.98
Hex404B5E201403Fda131f
Octal10011313640240773322337
Binary100000010010111011110100000101000111111110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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