#404752

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

Shades of Rhino #404752

Tints of Rhino #404752

Color information

#404752 (or 0x404752) is unknown color: approx Rhino. HEX triplet: 40, 47 and 52. RGB value is (64,71,82). Sum of RGB (Red+Green+Blue) = 64+71+82=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #404752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404752 is #BFB8AD. Grayscale: #464646. Windows color (decimal): -12564654 or 5392192. OLE color: 5392192.

HSL color Cylindrical-coordinate representation of color #404752: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404752 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB647182-
CMYK0.220.1300.68
HSL216.67º12.33%28.63%-
HSV(B)216.67º21.95%32.16%-
XYZ5.896.218.87-
YUV70.16134.68123.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=29.49%
G=32.72%
B=37.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6471820.220.1300.68216.6712.3328.63
Hex40475216D044d9c1d
Octal100107122261501043311435
Binary1000000100011110100101011011010100010011011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404752; }

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

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

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

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

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

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

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

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