Html Css Color HEX #449080 Lochinvar

📋 copy color: '#449080'

red 68 ◦ green 144 ◦ blue 128

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

Shades of Lochinvar #449080

Tints of Lochinvar #449080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 20%
G = 42.35%
B = 37.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#449080 (or 0x449080) is known color: Lochinvar. HEX triplet: 44, 90 and 80. RGB value is (68,144,128). Sum of RGB (Red+Green+Blue) = 68+144+128=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #449080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449080 is #BB6F7F. Grayscale: #777777. Windows color (decimal): -12283776 or 8425540. OLE color: 8425540.

HSL color Cylindrical-coordinate representation of color #449080: hue angle of 167.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449080 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 128 -
CMYK 0.53 0 0.11 0.44
HSL 167.37º 0.36% 0.42% -
HSV(B) 167.37º 0.53% 0.56% -
XYZ 16.25 22.73 23.95 -
YUV 119.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 68 144 128 0.53 0 0.11 0.44 167.37 0.36 0.42
Hex 44 90 80 35 0 B 2C A7 24 2A
Octal 104 220 200 65 0 13 54 247 44 52
Binary 1000100 10010000 10000000 110101 0 1011 101100 10100111 100100 101010

Color Harmonies of #449080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449080

Black with #449080

Text Example


Text Example

White with #449080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449080; }

 p { color: rgb(68,144,128); }

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

background-color css

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

 a { background-color: rgb(68,144,128); }

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

border-color css

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

 span { border-color: rgb(68,144,128); }

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