Html Css Color HEX #44494B Atomic

📋 copy color: '#44494B'

red 68 ◦ green 73 ◦ blue 75

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

Shades of Atomic #44494B

Tints of Atomic #44494B

RGB

 RED value IS 68 (26.95% from 255) = 31.48%

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 31.48%
G = 33.8%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44494B (or 0x44494B) is known color: Atomic. HEX triplet: 44, 49 and 4B. RGB value is (68,73,75). Sum of RGB (Red+Green+Blue) = 68+73+75=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 75 - color contains mainly: blue. Hex color #44494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44494B is #BBB6B4. Grayscale: #474747. Windows color (decimal): -12302005 or 4933956. OLE color: 4933956.

HSL color Cylindrical-coordinate representation of color #44494B: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #44494B is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 75 -
CMYK 0.09 0.03 0 0.71
HSL 197.14º 0.05% 0.28% -
HSV(B) 197.14º 0.09% 0.29% -
XYZ 6.04 6.5 7.59 -
YUV 71.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 68 73 75 0.09 0.03 0 0.71 197.14 0.05 0.28
Hex 44 49 4B 9 3 0 47 C5 5 1C
Octal 104 111 113 11 3 0 107 305 5 34
Binary 1000100 1001001 1001011 1001 11 0 1000111 11000101 101 11100

Color Harmonies of #44494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44494B

Black with #44494B

Text Example


Text Example

White with #44494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44494B; }

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

 H1.HeaderClassName
 {
   color: #44494B;
 }
 .AnyTagClassName
 {
   color: #44494B;
 }
</style>

background-color css

<style>
 a { background-color: #44494B; }

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

 div.DivClassName
 {
   background-color: #44494B;
 }
 .BgClassName
 {
   background-color: #44494B;
 }
</style>

border-color css

<style>
 span { border-color: #44494B; }

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

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