#404A54

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

Shades of Rhino #404A54

Tints of Rhino #404A54

Color information

#404A54 (or 0x404A54) is unknown color: approx Rhino. HEX triplet: 40, 4A and 54. RGB value is (64,74,84). Sum of RGB (Red+Green+Blue) = 64+74+84=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #404A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A54 is #BFB5AB. Grayscale: #484848. Windows color (decimal): -12563884 or 5524032. OLE color: 5524032.

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

Color convert

RGB647484-
CMYK0.240.1200.67
HSL210º13.51%29.02%-
HSV(B)210º23.81%32.94%-
XYZ6.166.639.34-
YUV72.15134.69122.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=28.83%
G=33.33%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6474840.240.1200.6721013.5129.02
Hex404A5418C043d2e1d
Octal100112124301401033221635
Binary1000000100101010101001100011000100001111010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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