Html Css Color HEX #489C87 Lochinvar

📋 copy color: '#489C87'

red 72 ◦ green 156 ◦ blue 135

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

Shades of Lochinvar #489C87

Tints of Lochinvar #489C87

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 19.83%
G = 42.98%
B = 37.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#489C87 (or 0x489C87) is known color: Lochinvar. HEX triplet: 48, 9C and 87. RGB value is (72,156,135). Sum of RGB (Red+Green+Blue) = 72+156+135=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #489C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489C87 is #B76378. Grayscale: #808080. Windows color (decimal): -12018553 or 8887368. OLE color: 8887368.

HSL color Cylindrical-coordinate representation of color #489C87: hue angle of 165º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489C87 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 156 135 -
CMYK 0.54 0 0.13 0.39
HSL 165º 0.37% 0.45% -
HSV(B) 165º 0.54% 0.61% -
XYZ 18.93 26.9 27.12 -
YUV 128.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 72 156 135 0.54 0 0.13 0.39 165 0.37 0.45
Hex 48 9C 87 36 0 D 27 A5 25 2D
Octal 110 234 207 66 0 15 47 245 45 55
Binary 1001000 10011100 10000111 110110 0 1101 100111 10100101 100101 101101

Color Harmonies of #489C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489C87

Black with #489C87

Text Example


Text Example

White with #489C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489C87; }

 p { color: rgb(72,156,135); }

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

background-color css

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

 a { background-color: rgb(72,156,135); }

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

border-color css

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

 span { border-color: rgb(72,156,135); }

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