Html Css Color HEX #489289 Lochinvar

📋 copy color: '#489289'

red 72 ◦ green 146 ◦ blue 137

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

Shades of Lochinvar #489289

Tints of Lochinvar #489289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 20.28%
G = 41.13%
B = 38.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#489289 (or 0x489289) is known color: Lochinvar. HEX triplet: 48, 92 and 89. RGB value is (72,146,137). Sum of RGB (Red+Green+Blue) = 72+146+137=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #489289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489289 is #B76D76. Grayscale: #7A7A7A. Windows color (decimal): -12021111 or 9015880. OLE color: 9015880.

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

Color convert

RGB 72 146 137 -
CMYK 0.51 0 0.06 0.43
HSL 172.7º 0.34% 0.43% -
HSV(B) 172.7º 0.51% 0.57% -
XYZ 17.47 23.74 27.33 -
YUV 122.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 72 146 137 0.51 0 0.06 0.43 172.7 0.34 0.43
Hex 48 92 89 33 0 6 2B AD 22 2B
Octal 110 222 211 63 0 6 53 255 42 53
Binary 1001000 10010010 10001001 110011 0 110 101011 10101101 100010 101011

Color Harmonies of #489289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489289

Black with #489289

Text Example


Text Example

White with #489289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489289; }

 p { color: rgb(72,146,137); }

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

background-color css

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

 a { background-color: rgb(72,146,137); }

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

border-color css

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

 span { border-color: rgb(72,146,137); }

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