Html Css Color HEX #448779 Lochinvar

📋 copy color: '#448779'

red 68 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #448779

Tints of Lochinvar #448779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 20.99%
G = 41.67%
B = 37.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#448779 (or 0x448779) is known color: Lochinvar. HEX triplet: 44, 87 and 79. RGB value is (68,135,121). Sum of RGB (Red+Green+Blue) = 68+135+121=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #448779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448779 is #BB7886. Grayscale: #717171. Windows color (decimal): -12286087 or 7964484. OLE color: 7964484.

HSL color Cylindrical-coordinate representation of color #448779: hue angle of 167.46º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448779 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 121 -
CMYK 0.50 0 0.10 0.47
HSL 167.46º 0.33% 0.4% -
HSV(B) 167.46º 0.5% 0.53% -
XYZ 14.5 19.94 21.17 -
YUV 113.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 68 135 121 0.50 0 0.10 0.47 167.46 0.33 0.4
Hex 44 87 79 32 0 A 2F A7 21 28
Octal 104 207 171 62 0 12 57 247 41 50
Binary 1000100 10000111 1111001 110010 0 1010 101111 10100111 100001 101000

Color Harmonies of #448779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448779

Black with #448779

Text Example


Text Example

White with #448779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448779; }

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

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

background-color css

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

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

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

border-color css

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

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

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