#454E5E

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

Shades of Rhino #454E5E

Tints of Rhino #454E5E

Color information

#454E5E (or 0x454E5E) is unknown color: approx Rhino. HEX triplet: 45, 4E and 5E. RGB value is (69,78,94). Sum of RGB (Red+Green+Blue) = 69+78+94=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #454E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E5E is #BAB1A1. Grayscale: #4D4D4D. Windows color (decimal): -12235170 or 6180421. OLE color: 6180421.

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

Color convert

RGB697894-
CMYK0.270.1700.63
HSL218.4º15.34%31.96%-
HSV(B)218.4º26.6%36.86%-
XYZ7.27.5211.66-
YUV77.13137.52122.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=28.63%
G=32.37%
B=39.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6978940.270.1700.63218.415.3431.96
Hex454E5E1B1103Fdaf20
Octal10511613633210773321740
Binary10001011001110101111011011100010111111110110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454E5E; }

 p { color: rgb(69,78,94); }

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

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

 a { background-color: rgb(69,78,94); }

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

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

 span { border-color: rgb(69,78,94); }

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