Html Css Color HEX #489083 Lochinvar

📋 copy color: '#489083'

red 72 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #489083

Tints of Lochinvar #489083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 20.75%
G = 41.5%
B = 37.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#489083 (or 0x489083) is known color: Lochinvar. HEX triplet: 48, 90 and 83. RGB value is (72,144,131). Sum of RGB (Red+Green+Blue) = 72+144+131=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #489083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489083 is #B76F7C. Grayscale: #787878. Windows color (decimal): -12021629 or 8622152. OLE color: 8622152.

HSL color Cylindrical-coordinate representation of color #489083: hue angle of 169.17º 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 #489083 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 131 -
CMYK 0.50 0 0.09 0.44
HSL 169.17º 0.33% 0.42% -
HSV(B) 169.17º 0.5% 0.56% -
XYZ 16.74 22.96 25.02 -
YUV 120.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 72 144 131 0.50 0 0.09 0.44 169.17 0.33 0.42
Hex 48 90 83 32 0 9 2C A9 21 2A
Octal 110 220 203 62 0 11 54 251 41 52
Binary 1001000 10010000 10000011 110010 0 1001 101100 10101001 100001 101010

Color Harmonies of #489083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489083

Black with #489083

Text Example


Text Example

White with #489083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489083; }

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

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

background-color css

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

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

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

border-color css

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

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

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