Html Css Color HEX #449184 Lochinvar

📋 copy color: '#449184'

red 68 ◦ green 145 ◦ blue 132

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

Shades of Lochinvar #449184

Tints of Lochinvar #449184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 19.71%
G = 42.03%
B = 38.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#449184 (or 0x449184) is known color: Lochinvar. HEX triplet: 44, 91 and 84. RGB value is (68,145,132). Sum of RGB (Red+Green+Blue) = 68+145+132=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #449184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449184 is #BB6E7B. Grayscale: #787878. Windows color (decimal): -12283516 or 8687940. OLE color: 8687940.

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

Color convert

RGB 68 145 132 -
CMYK 0.53 0 0.09 0.43
HSL 169.87º 0.36% 0.42% -
HSV(B) 169.87º 0.53% 0.57% -
XYZ 16.67 23.15 25.42 -
YUV 120.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 68 145 132 0.53 0 0.09 0.43 169.87 0.36 0.42
Hex 44 91 84 35 0 9 2B AA 24 2A
Octal 104 221 204 65 0 11 53 252 44 52
Binary 1000100 10010001 10000100 110101 0 1001 101011 10101010 100100 101010

Color Harmonies of #449184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449184

Black with #449184

Text Example


Text Example

White with #449184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449184; }

 p { color: rgb(68,145,132); }

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

background-color css

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

 a { background-color: rgb(68,145,132); }

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

border-color css

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

 span { border-color: rgb(68,145,132); }

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