Html Css Color HEX #489082 Lochinvar

📋 copy color: '#489082'

red 72 ◦ green 144 ◦ blue 130

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

Shades of Lochinvar #489082

Tints of Lochinvar #489082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.62%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 20.81%
G = 41.62%
B = 37.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#489082 (or 0x489082) is known color: Lochinvar. HEX triplet: 48, 90 and 82. RGB value is (72,144,130). Sum of RGB (Red+Green+Blue) = 72+144+130=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #489082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489082 is #B76F7D. Grayscale: #787878. Windows color (decimal): -12021630 or 8556616. OLE color: 8556616.

HSL color Cylindrical-coordinate representation of color #489082: hue angle of 168.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489082 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 130 -
CMYK 0.50 0 0.10 0.44
HSL 168.33º 0.33% 0.42% -
HSV(B) 168.33º 0.5% 0.56% -
XYZ 16.68 22.94 24.67 -
YUV 120.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 72 144 130 0.50 0 0.10 0.44 168.33 0.33 0.42
Hex 48 90 82 32 0 A 2C A8 21 2A
Octal 110 220 202 62 0 12 54 250 41 52
Binary 1001000 10010000 10000010 110010 0 1010 101100 10101000 100001 101010

Color Harmonies of #489082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489082

Black with #489082

Text Example


Text Example

White with #489082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489082; }

 p { color: rgb(72,144,130); }

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

background-color css

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

 a { background-color: rgb(72,144,130); }

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

border-color css

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

 span { border-color: rgb(72,144,130); }

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