Html Css Color HEX #489880 Lochinvar

📋 copy color: '#489880'

red 72 ◦ green 152 ◦ blue 128

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

Shades of Lochinvar #489880

Tints of Lochinvar #489880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 20.45%
G = 43.18%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#489880 (or 0x489880) is known color: Lochinvar. HEX triplet: 48, 98 and 80. RGB value is (72,152,128). Sum of RGB (Red+Green+Blue) = 72+152+128=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #489880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489880 is #B7677F. Grayscale: #7D7D7D. Windows color (decimal): -12019584 or 8427592. OLE color: 8427592.

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

Color convert

RGB 72 152 128 -
CMYK 0.53 0 0.16 0.40
HSL 162º 0.36% 0.44% -
HSV(B) 162º 0.53% 0.6% -
XYZ 17.8 25.39 24.39 -
YUV 125.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 72 152 128 0.53 0 0.16 0.40 162 0.36 0.44
Hex 48 98 80 35 0 10 28 A2 24 2C
Octal 110 230 200 65 0 20 50 242 44 54
Binary 1001000 10011000 10000000 110101 0 10000 101000 10100010 100100 101100

Color Harmonies of #489880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489880

Black with #489880

Text Example


Text Example

White with #489880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489880; }

 p { color: rgb(72,152,128); }

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

background-color css

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

 a { background-color: rgb(72,152,128); }

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

border-color css

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

 span { border-color: rgb(72,152,128); }

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