Html Css Color HEX #489184 Lochinvar

📋 copy color: '#489184'

red 72 ◦ green 145 ◦ blue 132

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

Shades of Lochinvar #489184

Tints of Lochinvar #489184

RGB

 RED value IS 72 (28.52% from 255) = 20.63%

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

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

R = 20.63%
G = 41.55%
B = 37.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#489184 (or 0x489184) is known color: Lochinvar. HEX triplet: 48, 91 and 84. RGB value is (72,145,132). Sum of RGB (Red+Green+Blue) = 72+145+132=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #489184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489184 is #B76E7B. Grayscale: #797979. Windows color (decimal): -12021372 or 8687944. OLE color: 8687944.

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

Color convert

RGB 72 145 132 -
CMYK 0.50 0 0.09 0.43
HSL 169.32º 0.34% 0.43% -
HSV(B) 169.32º 0.5% 0.57% -
XYZ 16.96 23.29 25.43 -
YUV 121.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 72 145 132 0.50 0 0.09 0.43 169.32 0.34 0.43
Hex 48 91 84 32 0 9 2B A9 22 2B
Octal 110 221 204 62 0 11 53 251 42 53
Binary 1001000 10010001 10000100 110010 0 1001 101011 10101001 100010 101011

Color Harmonies of #489184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489184

Black with #489184

Text Example


Text Example

White with #489184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489184; }

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

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

background-color css

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

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

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

border-color css

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

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

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