Html Css Color HEX #444A52 Tuna

📋 copy color: '#444A52'

red 68 ◦ green 74 ◦ blue 82

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

Shades of Tuna #444A52

Tints of Tuna #444A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

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

R = 30.36%
G = 33.04%
B = 36.61%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#444A52 (or 0x444A52) is known color: Tuna. HEX triplet: 44, 4A and 52. RGB value is (68,74,82). Sum of RGB (Red+Green+Blue) = 68+74+82=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #444A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A52 is #BBB5AD. Grayscale: #494949. Windows color (decimal): -12301742 or 5392964. OLE color: 5392964.

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

Color convert

RGB 68 74 82 -
CMYK 0.17 0.10 0 0.68
HSL 214.29º 0.09% 0.29% -
HSV(B) 214.29º 0.17% 0.32% -
XYZ 6.36 6.74 8.95 -
YUV 73.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 68 74 82 0.17 0.10 0 0.68 214.29 0.09 0.29
Hex 44 4A 52 11 A 0 44 D6 9 1D
Octal 104 112 122 21 12 0 104 326 11 35
Binary 1000100 1001010 1010010 10001 1010 0 1000100 11010110 1001 11101

Color Harmonies of #444A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A52

Black with #444A52

Text Example


Text Example

White with #444A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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