Html Css Color HEX #448579 Lochinvar

📋 copy color: '#448579'

red 68 ◦ green 133 ◦ blue 121

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

Shades of Lochinvar #448579

Tints of Lochinvar #448579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 21.12%
G = 41.3%
B = 37.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#448579 (or 0x448579) is known color: Lochinvar. HEX triplet: 44, 85 and 79. RGB value is (68,133,121). Sum of RGB (Red+Green+Blue) = 68+133+121=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #448579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448579 is #BB7A86. Grayscale: #707070. Windows color (decimal): -12286599 or 7963972. OLE color: 7963972.

HSL color Cylindrical-coordinate representation of color #448579: hue angle of 168.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448579 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 133 121 -
CMYK 0.49 0 0.09 0.48
HSL 168.92º 0.32% 0.39% -
HSV(B) 168.92º 0.49% 0.52% -
XYZ 14.22 19.38 21.08 -
YUV 112.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 68 133 121 0.49 0 0.09 0.48 168.92 0.32 0.39
Hex 44 85 79 31 0 9 30 A9 20 27
Octal 104 205 171 61 0 11 60 251 40 47
Binary 1000100 10000101 1111001 110001 0 1001 110000 10101001 100000 100111

Color Harmonies of #448579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448579

Black with #448579

Text Example


Text Example

White with #448579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448579; }

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

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

background-color css

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

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

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

border-color css

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

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

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