#404850

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

Shades of Rhino #404850

Tints of Rhino #404850

Color information

#404850 (or 0x404850) is unknown color: approx Rhino. HEX triplet: 40, 48 and 50. RGB value is (64,72,80). Sum of RGB (Red+Green+Blue) = 64+72+80=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #404850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404850 is #BFB7AF. Grayscale: #464646. Windows color (decimal): -12564400 or 5261376. OLE color: 5261376.

HSL color Cylindrical-coordinate representation of color #404850: hue angle of 210º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404850 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647280-
CMYK0.200.1000.69
HSL210º11.11%28.24%-
HSV(B)210º20%31.37%-
XYZ5.886.38.5-
YUV70.52133.35123.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=29.63%
G=33.33%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6472800.200.1000.6921011.1128.24
Hex40485014A045d2b1c
Octal100110120241201053221334
Binary1000000100100010100001010010100100010111010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404850; }

 p { color: rgb(64,72,80); }

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

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

 a { background-color: rgb(64,72,80); }

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

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

 span { border-color: rgb(64,72,80); }

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