#45494B

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

Shades of Atomic #45494B

Tints of Atomic #45494B

Color information

#45494B (or 0x45494B) is unknown color: approx Atomic. HEX triplet: 45, 49 and 4B. RGB value is (69,73,75). Sum of RGB (Red+Green+Blue) = 69+73+75=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 75 - color contains mainly: blue. Hex color #45494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45494B is #BAB6B4. Grayscale: #484848. Windows color (decimal): -12236469 or 4933957. OLE color: 4933957.

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

Color convert

RGB697375-
CMYK0.080.0300.71
HSL200º4.17%28.24%-
HSV(B)200º8%29.41%-
XYZ6.116.547.6-
YUV72.03129.67125.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=31.80%
G=33.64%
B=34.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973750.080.0300.712004.1728.24
Hex45494B83047c841c
Octal1051111131030107310434
Binary100010110010011001011100011010001111100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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