#40474F

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

Shades of Rhino #40474F

Tints of Rhino #40474F

Color information

#40474F (or 0x40474F) is unknown color: approx Rhino. HEX triplet: 40, 47 and 4F. RGB value is (64,71,79). Sum of RGB (Red+Green+Blue) = 64+71+79=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 79 - color contains mainly: blue. Hex color #40474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40474F is #BFB8B0. Grayscale: #454545. Windows color (decimal): -12564657 or 5195584. OLE color: 5195584.

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

Color convert

RGB647179-
CMYK0.190.1000.69
HSL212º10.49%28.04%-
HSV(B)212º18.99%30.98%-
XYZ5.786.168.28-
YUV69.82133.18123.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=29.91%
G=33.18%
B=36.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6471790.190.1000.6921210.4928.04
Hex40474F13A045d4a1c
Octal100107117231201053241234
Binary1000000100011110011111001110100100010111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40474F; }

 p { color: rgb(64,71,79); }

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

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

 a { background-color: rgb(64,71,79); }

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

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

 span { border-color: rgb(64,71,79); }

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