#444852

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

Shades of Tuna #444852

Tints of Tuna #444852

Color information

#444852 (or 0x444852) is unknown color: approx Tuna. HEX triplet: 44, 48 and 52. RGB value is (68,72,82). Sum of RGB (Red+Green+Blue) = 68+72+82=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #444852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444852 is #BBB7AD. Grayscale: #474747. Windows color (decimal): -12302254 or 5392452. OLE color: 5392452.

HSL color Cylindrical-coordinate representation of color #444852: hue angle of 222.86º 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 #444852 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB687282-
CMYK0.170.1200.68
HSL222.86º9.33%29.41%-
HSV(B)222.86º17.07%32.16%-
XYZ6.226.478.9-
YUV71.94133.67125.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=30.63%
G=32.43%
B=36.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6872820.170.1200.68222.869.3329.41
Hex44485211C044df91d
Octal104110122211401043371135
Binary1000100100100010100101000111000100010011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444852; }

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

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

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

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

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

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

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

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