#454D4F

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

Shades of Atomic #454D4F

Tints of Atomic #454D4F

Color information

#454D4F (or 0x454D4F) is unknown color: approx Atomic. HEX triplet: 45, 4D and 4F. RGB value is (69,77,79). Sum of RGB (Red+Green+Blue) = 69+77+79=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 79 - color contains mainly: blue. Hex color #454D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D4F is #BAB2B0. Grayscale: #4A4A4A. Windows color (decimal): -12235441 or 5197125. OLE color: 5197125.

HSL color Cylindrical-coordinate representation of color #454D4F: hue angle of 192º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454D4F is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB697779-
CMYK0.130.0300.69
HSL192º6.76%29.02%-
HSV(B)192º12.66%30.98%-
XYZ6.527.148.43-
YUV74.84130.35123.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=30.67%
G=34.22%
B=35.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6977790.130.0300.691926.7629.02
Hex454D4FD3045c071d
Octal1051151171530105300735
Binary100010110011011001111110111010001011100000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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