#454E5A

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

Shades of Rhino #454E5A

Tints of Rhino #454E5A

Color information

#454E5A (or 0x454E5A) is unknown color: approx Rhino. HEX triplet: 45, 4E and 5A. RGB value is (69,78,90). Sum of RGB (Red+Green+Blue) = 69+78+90=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #454E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E5A is #BAB1A5. Grayscale: #4C4C4C. Windows color (decimal): -12235174 or 5918277. OLE color: 5918277.

HSL color Cylindrical-coordinate representation of color #454E5A: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #454E5A is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697890-
CMYK0.230.1300.65
HSL214.29º13.21%31.18%-
HSV(B)214.29º23.33%35.29%-
XYZ7.027.4510.74-
YUV76.68135.52122.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=29.11%
G=32.91%
B=37.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6978900.230.1300.65214.2913.2131.18
Hex454E5A17D041d6d1f
Octal105116132271501013261537
Binary1000101100111010110101011111010100000111010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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