Html Css Color HEX #444F53 Trout

📋 copy color: '#444F53'

red 68 ◦ green 79 ◦ blue 83

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

Shades of Trout #444F53

Tints of Trout #444F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.35%

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 29.57%
G = 34.35%
B = 36.09%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#444F53 (or 0x444F53) is known color: Trout. HEX triplet: 44, 4F and 53. RGB value is (68,79,83). Sum of RGB (Red+Green+Blue) = 68+79+83=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #444F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F53 is #BBB0AC. Grayscale: #4C4C4C. Windows color (decimal): -12300461 or 5459780. OLE color: 5459780.

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

Color convert

RGB 68 79 83 -
CMYK 0.18 0.05 0 0.67
HSL 196º 0.1% 0.3% -
HSV(B) 196º 0.18% 0.33% -
XYZ 6.74 7.45 9.27 -
YUV 76.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 68 79 83 0.18 0.05 0 0.67 196 0.1 0.3
Hex 44 4F 53 12 5 0 43 C4 A 1E
Octal 104 117 123 22 5 0 103 304 12 36
Binary 1000100 1001111 1010011 10010 101 0 1000011 11000100 1010 11110

Color Harmonies of #444F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F53

Black with #444F53

Text Example


Text Example

White with #444F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,79,83); }

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

background-color css

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

 a { background-color: rgb(68,79,83); }

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

border-color css

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

 span { border-color: rgb(68,79,83); }

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