#454F5D

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

Shades of Cello #454F5D

Tints of Cello #454F5D

Color information

#454F5D (or 0x454F5D) is unknown color: approx Cello. HEX triplet: 45, 4F and 5D. RGB value is (69,79,93). Sum of RGB (Red+Green+Blue) = 69+79+93=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #454F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F5D is #BAB0A2. Grayscale: #4D4D4D. Windows color (decimal): -12234915 or 6115141. OLE color: 6115141.

HSL color Cylindrical-coordinate representation of color #454F5D: hue angle of 215º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454F5D is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB697993-
CMYK0.260.1500.64
HSL215º14.81%31.76%-
HSV(B)215º25.81%36.47%-
XYZ7.237.6511.45-
YUV77.61136.69121.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=28.63%
G=32.78%
B=38.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6979930.260.1500.6421514.8131.76
Hex454F5D1AF040d7f20
Octal105117135321701003271740
Binary10001011001111101110111010111101000000110101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,79,93); }

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

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

 a { background-color: rgb(69,79,93); }

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

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

 span { border-color: rgb(69,79,93); }

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