Html Css Color HEX #444852 Tuna

📋 copy color: '#444852'

red 68 ◦ green 72 ◦ blue 82

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

Shades of Tuna #444852

Tints of Tuna #444852

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

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444852 (or 0x444852) is known color: 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

RGB 68 72 82 -
CMYK 0.17 0.12 0 0.68
HSL 222.86º 0.09% 0.29% -
HSV(B) 222.86º 0.17% 0.32% -
XYZ 6.22 6.47 8.9 -
YUV 71.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 68 72 82 0.17 0.12 0 0.68 222.86 0.09 0.29
Hex 44 48 52 11 C 0 44 DF 9 1D
Octal 104 110 122 21 14 0 104 337 11 35
Binary 1000100 1001000 1010010 10001 1100 0 1000100 11011111 1001 11101

Color Harmonies of #444852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444852

Black with #444852

Text Example


Text Example

White with #444852

Text Example


Text Example

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