Html Css Color HEX #444E51 Atomic

📋 copy color: '#444E51'

red 68 ◦ green 78 ◦ blue 81

#444E51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic #444E51

Tints of Atomic #444E51

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 value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444E51 (or 0x444E51) is known color: 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

RGB 68 78 81 -
CMYK 0.16 0.04 0 0.68
HSL 193.85º 0.09% 0.29% -
HSV(B) 193.85º 0.16% 0.32% -
XYZ 6.59 7.27 8.84 -
YUV 75.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 68 78 81 0.16 0.04 0 0.68 193.85 0.09 0.29
Hex 44 4E 51 10 4 0 44 C2 9 1D
Octal 104 116 121 20 4 0 104 302 11 35
Binary 1000100 1001110 1010001 10000 100 0 1000100 11000010 1001 11101

Color Harmonies of #444E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E51

Black with #444E51

Text Example


Text Example

White with #444E51

Text Example


Text Example

HTML Codes & Css Web 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>