#45494A

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

Shades of Atomic #45494A

Tints of Atomic #45494A

Color information

#45494A (or 0x45494A) is unknown color: approx Atomic. HEX triplet: 45, 49 and 4A. RGB value is (69,73,74). Sum of RGB (Red+Green+Blue) = 69+73+74=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 74 - color contains mainly: blue. Hex color #45494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45494A is #BAB6B5. Grayscale: #474747. Windows color (decimal): -12236470 or 4868421. OLE color: 4868421.

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

Color convert

RGB697374-
CMYK0.070.0100.71
HSL192º3.5%28.04%-
HSV(B)192º6.76%29.02%-
XYZ6.076.527.42-
YUV71.92129.17125.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=31.94%
G=33.80%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973740.070.0100.711923.528.04
Hex45494A71047c031c
Octal105111112710107300334
Binary100010110010011001010111101000111110000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45494A; }

 p { color: rgb(69,73,74); }

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

<style>
 a { background-color: #45494A; }

 a { background-color: rgb(69,73,74); }

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

<style>
 span { border-color: #45494A; }

 span { border-color: rgb(69,73,74); }

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