Html Css Color HEX #489287 Lochinvar

📋 copy color: '#489287'

red 72 ◦ green 146 ◦ blue 135

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

Shades of Lochinvar #489287

Tints of Lochinvar #489287

RGB

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

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

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

R = 20.4%
G = 41.36%
B = 38.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#489287 (or 0x489287) is known color: Lochinvar. HEX triplet: 48, 92 and 87. RGB value is (72,146,135). Sum of RGB (Red+Green+Blue) = 72+146+135=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #489287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489287 is #B76D78. Grayscale: #7A7A7A. Windows color (decimal): -12021113 or 8884808. OLE color: 8884808.

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

Color convert

RGB 72 146 135 -
CMYK 0.51 0 0.08 0.43
HSL 171.08º 0.34% 0.43% -
HSV(B) 171.08º 0.51% 0.57% -
XYZ 17.32 23.68 26.58 -
YUV 122.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 72 146 135 0.51 0 0.08 0.43 171.08 0.34 0.43
Hex 48 92 87 33 0 8 2B AB 22 2B
Octal 110 222 207 63 0 10 53 253 42 53
Binary 1001000 10010010 10000111 110011 0 1000 101011 10101011 100010 101011

Color Harmonies of #489287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489287

Black with #489287

Text Example


Text Example

White with #489287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489287; }

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

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

background-color css

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

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

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

border-color css

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

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

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