Html Css Color HEX #489684 Lochinvar

📋 copy color: '#489684'

red 72 ◦ green 150 ◦ blue 132

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

Shades of Lochinvar #489684

Tints of Lochinvar #489684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 20.34%
G = 42.37%
B = 37.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#489684 (or 0x489684) is known color: Lochinvar. HEX triplet: 48, 96 and 84. RGB value is (72,150,132). Sum of RGB (Red+Green+Blue) = 72+150+132=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #489684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489684 is #B7697B. Grayscale: #7C7C7C. Windows color (decimal): -12020092 or 8689224. OLE color: 8689224.

HSL color Cylindrical-coordinate representation of color #489684: hue angle of 166.15º 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 #489684 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 132 -
CMYK 0.52 0 0.12 0.41
HSL 166.15º 0.35% 0.44% -
HSV(B) 166.15º 0.52% 0.59% -
XYZ 17.74 24.86 25.69 -
YUV 124.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 72 150 132 0.52 0 0.12 0.41 166.15 0.35 0.44
Hex 48 96 84 34 0 C 29 A6 23 2C
Octal 110 226 204 64 0 14 51 246 43 54
Binary 1001000 10010110 10000100 110100 0 1100 101001 10100110 100011 101100

Color Harmonies of #489684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489684

Black with #489684

Text Example


Text Example

White with #489684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489684; }

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

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

background-color css

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

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

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

border-color css

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

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

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