#444F56

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

Shades of Atomic #444F56

Tints of Atomic #444F56

Color information

#444F56 (or 0x444F56) is unknown color: approx Atomic. HEX triplet: 44, 4F and 56. RGB value is (68,79,86). Sum of RGB (Red+Green+Blue) = 68+79+86=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #444F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F56 is #BBB0A9. Grayscale: #4C4C4C. Windows color (decimal): -12300458 or 5656388. OLE color: 5656388.

HSL color Cylindrical-coordinate representation of color #444F56: hue angle of 203.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444F56 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB687986-
CMYK0.210.0800.66
HSL203.33º11.69%30.2%-
HSV(B)203.33º20.93%33.73%-
XYZ6.867.499.89-
YUV76.51133.36121.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=29.18%
G=33.91%
B=36.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6879860.210.0800.66203.3311.6930.2
Hex444F56158042cbc1e
Octal104117126251001023131436
Binary1000100100111110101101010110000100001011001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,79,86); }

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

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

 a { background-color: rgb(68,79,86); }

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

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

 span { border-color: rgb(68,79,86); }

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