#444952

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

Shades of Tuna #444952

Tints of Tuna #444952

Color information

#444952 (or 0x444952) is unknown color: approx 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

RGB687382-
CMYK0.170.1100.68
HSL218.57º9.33%29.41%-
HSV(B)218.57º17.07%32.16%-
XYZ6.296.68.93-
YUV72.53133.34124.77-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6873820.170.1100.68218.579.3329.41
Hex44495211B044db91d
Octal104111122211301043331135
Binary1000100100100110100101000110110100010011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>