#464F5E

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

Shades of Rhino #464F5E

Tints of Rhino #464F5E

Color information

#464F5E (or 0x464F5E) is unknown color: approx Rhino. HEX triplet: 46, 4F and 5E. RGB value is (70,79,94). Sum of RGB (Red+Green+Blue) = 70+79+94=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #464F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5E is #B9B0A1. Grayscale: #4D4D4D. Windows color (decimal): -12169378 or 6180678. OLE color: 6180678.

HSL color Cylindrical-coordinate representation of color #464F5E: hue angle of 217.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #464F5E is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB707994-
CMYK0.260.1600.63
HSL217.5º14.63%32.16%-
HSV(B)217.5º25.53%36.86%-
XYZ7.347.711.69-
YUV78.02137.02122.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=28.81%
G=32.51%
B=38.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7079940.260.1600.63217.514.6332.16
Hex464F5E1A1003Fdaf20
Octal10611713632200773321740
Binary10001101001111101111011010100000111111110110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464F5E; }

 p { color: rgb(70,79,94); }

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

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

 a { background-color: rgb(70,79,94); }

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

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

 span { border-color: rgb(70,79,94); }

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