#444D52

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

Shades of Atomic #444D52

Tints of Atomic #444D52

Color information

#444D52 (or 0x444D52) is unknown color: approx Atomic. HEX triplet: 44, 4D and 52. RGB value is (68,77,82). Sum of RGB (Red+Green+Blue) = 68+77+82=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #444D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D52 is #BBB2AD. Grayscale: #4A4A4A. Windows color (decimal): -12300974 or 5393732. OLE color: 5393732.

HSL color Cylindrical-coordinate representation of color #444D52: hue angle of 201.43º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #444D52 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB687782-
CMYK0.170.0600.68
HSL201.43º9.33%29.41%-
HSV(B)201.43º17.07%32.16%-
XYZ6.567.159.02-
YUV74.88132.02123.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=29.96%
G=33.92%
B=36.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6877820.170.0600.68201.439.3329.41
Hex444D52116044c991d
Octal10411512221601043111135
Binary100010010011011010010100011100100010011001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444D52; }

 p { color: rgb(68,77,82); }

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

<style>
 a { background-color: #444D52; }

 a { background-color: rgb(68,77,82); }

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

<style>
 span { border-color: #444D52; }

 span { border-color: rgb(68,77,82); }

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