Html Css Color HEX #489183 Lochinvar

📋 copy color: '#489183'

red 72 ◦ green 145 ◦ blue 131

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

Shades of Lochinvar #489183

Tints of Lochinvar #489183

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

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

R = 20.69%
G = 41.67%
B = 37.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#489183 (or 0x489183) is known color: Lochinvar. HEX triplet: 48, 91 and 83. RGB value is (72,145,131). Sum of RGB (Red+Green+Blue) = 72+145+131=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #489183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489183 is #B76E7C. Grayscale: #797979. Windows color (decimal): -12021373 or 8622408. OLE color: 8622408.

HSL color Cylindrical-coordinate representation of color #489183: hue angle of 168.49º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489183 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 131 -
CMYK 0.50 0 0.10 0.43
HSL 168.49º 0.34% 0.43% -
HSV(B) 168.49º 0.5% 0.57% -
XYZ 16.89 23.27 25.07 -
YUV 121.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 72 145 131 0.50 0 0.10 0.43 168.49 0.34 0.43
Hex 48 91 83 32 0 A 2B A8 22 2B
Octal 110 221 203 62 0 12 53 250 42 53
Binary 1001000 10010001 10000011 110010 0 1010 101011 10101000 100010 101011

Color Harmonies of #489183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489183

Black with #489183

Text Example


Text Example

White with #489183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489183; }

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

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

background-color css

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

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

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

border-color css

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

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

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