Html Css Color HEX #448E79 Lochinvar

📋 copy color: '#448E79'

red 68 ◦ green 142 ◦ blue 121

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

Shades of Lochinvar #448E79

Tints of Lochinvar #448E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.9%

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 20.54%
G = 42.9%
B = 36.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#448E79 (or 0x448E79) is known color: Lochinvar. HEX triplet: 44, 8E and 79. RGB value is (68,142,121). Sum of RGB (Red+Green+Blue) = 68+142+121=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 142 - color contains mainly: green. Hex color #448E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E79 is #BB7186. Grayscale: #757575. Windows color (decimal): -12284295 or 7966276. OLE color: 7966276.

HSL color Cylindrical-coordinate representation of color #448E79: hue angle of 162.97º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448E79 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 142 121 -
CMYK 0.52 0 0.15 0.44
HSL 162.97º 0.35% 0.41% -
HSV(B) 162.97º 0.52% 0.56% -
XYZ 15.51 21.96 21.51 -
YUV 117.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 68 142 121 0.52 0 0.15 0.44 162.97 0.35 0.41
Hex 44 8E 79 34 0 F 2C A3 23 29
Octal 104 216 171 64 0 17 54 243 43 51
Binary 1000100 10001110 1111001 110100 0 1111 101100 10100011 100011 101001

Color Harmonies of #448E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E79

Black with #448E79

Text Example


Text Example

White with #448E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448E79; }

 p { color: rgb(68,142,121); }

 H1.HeaderClassName
 {
   color: #448E79;
 }
 .AnyTagClassName
 {
   color: #448E79;
 }
</style>

background-color css

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

 a { background-color: rgb(68,142,121); }

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

border-color css

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

 span { border-color: rgb(68,142,121); }

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