#444B51

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

Shades of Atomic #444B51

Tints of Atomic #444B51

Color information

#444B51 (or 0x444B51) is unknown color: approx Atomic. HEX triplet: 44, 4B and 51. RGB value is (68,75,81). Sum of RGB (Red+Green+Blue) = 68+75+81=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #444B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B51 is #BBB4AE. Grayscale: #494949. Windows color (decimal): -12301487 or 5327684. OLE color: 5327684.

HSL color Cylindrical-coordinate representation of color #444B51: hue angle of 207.69º 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 #444B51 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB687581-
CMYK0.160.0700.68
HSL207.69º8.72%29.22%-
HSV(B)207.69º16.05%31.76%-
XYZ6.396.868.77-
YUV73.59132.18124.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=30.36%
G=33.48%
B=36.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6875810.160.0700.68207.698.7229.22
Hex444B51107044d091d
Octal10411312120701043201135
Binary100010010010111010001100001110100010011010000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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