#40464D

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

Shades of Rhino #40464D

Tints of Rhino #40464D

Color information

#40464D (or 0x40464D) is unknown color: approx Rhino. HEX triplet: 40, 46 and 4D. RGB value is (64,70,77). Sum of RGB (Red+Green+Blue) = 64+70+77=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #40464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40464D is #BFB9B2. Grayscale: #444444. Windows color (decimal): -12564915 or 5064256. OLE color: 5064256.

HSL color Cylindrical-coordinate representation of color #40464D: hue angle of 212.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40464D is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB647077-
CMYK0.170.0900.70
HSL212.31º9.22%27.65%-
HSV(B)212.31º16.88%30.2%-
XYZ5.646.017.88-
YUV69132.51124.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=30.33%
G=33.18%
B=36.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6470770.170.0900.70212.319.2227.65
Hex40464D119046d491c
Octal100106115211101063241134
Binary1000000100011010011011000110010100011011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40464D; }

 p { color: rgb(64,70,77); }

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

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

 a { background-color: rgb(64,70,77); }

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

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

 span { border-color: rgb(64,70,77); }

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