Html Css Color HEX #489687 Lochinvar

📋 copy color: '#489687'

red 72 ◦ green 150 ◦ blue 135

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

Shades of Lochinvar #489687

Tints of Lochinvar #489687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

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

R = 20.17%
G = 42.02%
B = 37.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#489687 (or 0x489687) is known color: Lochinvar. HEX triplet: 48, 96 and 87. RGB value is (72,150,135). Sum of RGB (Red+Green+Blue) = 72+150+135=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #489687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489687 is #B76978. Grayscale: #7C7C7C. Windows color (decimal): -12020089 or 8885832. OLE color: 8885832.

HSL color Cylindrical-coordinate representation of color #489687: hue angle of 168.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489687 is Cyan = 0.52, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 135 -
CMYK 0.52 0 0.1 0.41
HSL 168.46º 0.35% 0.44% -
HSV(B) 168.46º 0.52% 0.59% -
XYZ 17.95 24.94 26.79 -
YUV 124.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 72 150 135 0.52 0 0.1 0.41 168.46 0.35 0.44
Hex 48 96 87 34 0 A 29 A8 23 2C
Octal 110 226 207 64 0 12 51 250 43 54
Binary 1001000 10010110 10000111 110100 0 1010 101001 10101000 100011 101100

Color Harmonies of #489687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489687

Black with #489687

Text Example


Text Example

White with #489687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489687; }

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

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

background-color css

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

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

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

border-color css

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

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

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