#404651

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

Shades of Rhino #404651

Tints of Rhino #404651

Color information

#404651 (or 0x404651) is unknown color: approx Rhino. HEX triplet: 40, 46 and 51. RGB value is (64,70,81). Sum of RGB (Red+Green+Blue) = 64+70+81=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #404651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404651 is #BFB9AE. Grayscale: #454545. Windows color (decimal): -12564911 or 5326400. OLE color: 5326400.

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

Color convert

RGB647081-
CMYK0.210.1400.68
HSL218.82º11.72%28.43%-
HSV(B)218.82º20.99%31.76%-
XYZ5.796.068.65-
YUV69.46134.51124.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=29.77%
G=32.56%
B=37.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6470810.210.1400.68218.8211.7228.43
Hex40465115E044dbc1c
Octal100106121251601043331434
Binary1000000100011010100011010111100100010011011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404651; }

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

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

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

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

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

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

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

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