Html Css Color HEX #489185 Lochinvar

📋 copy color: '#489185'

red 72 ◦ green 145 ◦ blue 133

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

Shades of Lochinvar #489185

Tints of Lochinvar #489185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38%

R = 20.57%
G = 41.43%
B = 38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#489185 (or 0x489185) is known color: Lochinvar. HEX triplet: 48, 91 and 85. RGB value is (72,145,133). Sum of RGB (Red+Green+Blue) = 72+145+133=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #489185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489185 is #B76E7A. Grayscale: #797979. Windows color (decimal): -12021371 or 8753480. OLE color: 8753480.

HSL color Cylindrical-coordinate representation of color #489185: hue angle of 170.14º 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 #489185 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 133 -
CMYK 0.50 0 0.08 0.43
HSL 170.14º 0.34% 0.43% -
HSV(B) 170.14º 0.5% 0.57% -
XYZ 17.03 23.32 25.79 -
YUV 121.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 72 145 133 0.50 0 0.08 0.43 170.14 0.34 0.43
Hex 48 91 85 32 0 8 2B AA 22 2B
Octal 110 221 205 62 0 10 53 252 42 53
Binary 1001000 10010001 10000101 110010 0 1000 101011 10101010 100010 101011

Color Harmonies of #489185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489185

Black with #489185

Text Example


Text Example

White with #489185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489185; }

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

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

background-color css

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

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

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

border-color css

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

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

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