Html Css Color HEX #444952 Tuna

📋 copy color: '#444952'

red 68 ◦ green 73 ◦ blue 82

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

Shades of Tuna #444952

Tints of Tuna #444952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 30.49%
G = 32.74%
B = 36.77%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444952 (or 0x444952) is known color: Tuna. HEX triplet: 44, 49 and 52. RGB value is (68,73,82). Sum of RGB (Red+Green+Blue) = 68+73+82=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #444952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444952 is #BBB6AD. Grayscale: #484848. Windows color (decimal): -12301998 or 5392708. OLE color: 5392708.

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

Color convert

RGB 68 73 82 -
CMYK 0.17 0.11 0 0.68
HSL 218.57º 0.09% 0.29% -
HSV(B) 218.57º 0.17% 0.32% -
XYZ 6.29 6.6 8.93 -
YUV 72.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 68 73 82 0.17 0.11 0 0.68 218.57 0.09 0.29
Hex 44 49 52 11 B 0 44 DB 9 1D
Octal 104 111 122 21 13 0 104 333 11 35
Binary 1000100 1001001 1010010 10001 1011 0 1000100 11011011 1001 11101

Color Harmonies of #444952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444952

Black with #444952

Text Example


Text Example

White with #444952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444952; }

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

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

background-color css

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

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

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

border-color css

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

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

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