Html Css Color HEX #444B54 Tuna

📋 copy color: '#444B54'

red 68 ◦ green 75 ◦ blue 84

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

Shades of Tuna #444B54

Tints of Tuna #444B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

 BLUE value IS 84 (33.2% from 255) = 37%

R = 29.96%
G = 33.04%
B = 37%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#444B54 (or 0x444B54) is known color: Tuna. HEX triplet: 44, 4B and 54. RGB value is (68,75,84). Sum of RGB (Red+Green+Blue) = 68+75+84=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #444B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B54 is #BBB4AB. Grayscale: #494949. Windows color (decimal): -12301484 or 5524292. OLE color: 5524292.

HSL color Cylindrical-coordinate representation of color #444B54: hue angle of 213.75º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #444B54 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 75 84 -
CMYK 0.19 0.11 0 0.67
HSL 213.75º 0.11% 0.3% -
HSV(B) 213.75º 0.19% 0.33% -
XYZ 6.5 6.9 9.38 -
YUV 73.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 68 75 84 0.19 0.11 0 0.67 213.75 0.11 0.3
Hex 44 4B 54 13 B 0 43 D6 B 1E
Octal 104 113 124 23 13 0 103 326 13 36
Binary 1000100 1001011 1010100 10011 1011 0 1000011 11010110 1011 11110

Color Harmonies of #444B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B54

Black with #444B54

Text Example


Text Example

White with #444B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,84); }

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

background-color css

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

 a { background-color: rgb(68,75,84); }

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

border-color css

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

 span { border-color: rgb(68,75,84); }

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