Html Css Color HEX #489582 Lochinvar

📋 copy color: '#489582'

red 72 ◦ green 149 ◦ blue 130

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

Shades of Lochinvar #489582

Tints of Lochinvar #489582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 20.51%
G = 42.45%
B = 37.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#489582 (or 0x489582) is known color: Lochinvar. HEX triplet: 48, 95 and 82. RGB value is (72,149,130). Sum of RGB (Red+Green+Blue) = 72+149+130=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #489582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489582 is #B76A7D. Grayscale: #7B7B7B. Windows color (decimal): -12020350 or 8557896. OLE color: 8557896.

HSL color Cylindrical-coordinate representation of color #489582: hue angle of 165.19º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489582 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 130 -
CMYK 0.52 0 0.13 0.42
HSL 165.19º 0.35% 0.43% -
HSV(B) 165.19º 0.52% 0.58% -
XYZ 17.45 24.48 24.93 -
YUV 123.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 72 149 130 0.52 0 0.13 0.42 165.19 0.35 0.43
Hex 48 95 82 34 0 D 2A A5 23 2B
Octal 110 225 202 64 0 15 52 245 43 53
Binary 1001000 10010101 10000010 110100 0 1101 101010 10100101 100011 101011

Color Harmonies of #489582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489582

Black with #489582

Text Example


Text Example

White with #489582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489582; }

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

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

background-color css

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

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

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

border-color css

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

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

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