#444E51

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

Shades of Atomic #444E51

Tints of Atomic #444E51

Color information

#444E51 (or 0x444E51) is unknown color: approx Atomic. HEX triplet: 44, 4E and 51. RGB value is (68,78,81). Sum of RGB (Red+Green+Blue) = 68+78+81=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #444E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E51 is #BBB1AE. Grayscale: #4B4B4B. Windows color (decimal): -12300719 or 5328452. OLE color: 5328452.

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

Color convert

RGB687881-
CMYK0.160.0400.68
HSL193.85º8.72%29.22%-
HSV(B)193.85º16.05%31.76%-
XYZ6.597.278.84-
YUV75.35131.19122.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=29.96%
G=34.36%
B=35.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6878810.160.0400.68193.858.7229.22
Hex444E51104044c291d
Octal10411612120401043021135
Binary100010010011101010001100001000100010011000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,78,81); }

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

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

 a { background-color: rgb(68,78,81); }

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

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

 span { border-color: rgb(68,78,81); }

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