Html Css Color HEX #489883 Lochinvar

📋 copy color: '#489883'

red 72 ◦ green 152 ◦ blue 131

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

Shades of Lochinvar #489883

Tints of Lochinvar #489883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 20.28%
G = 42.82%
B = 36.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#489883 (or 0x489883) is known color: Lochinvar. HEX triplet: 48, 98 and 83. RGB value is (72,152,131). Sum of RGB (Red+Green+Blue) = 72+152+131=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #489883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489883 is #B7677C. Grayscale: #7D7D7D. Windows color (decimal): -12019581 or 8624200. OLE color: 8624200.

HSL color Cylindrical-coordinate representation of color #489883: hue angle of 164.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489883 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 131 -
CMYK 0.53 0 0.14 0.40
HSL 164.25º 0.36% 0.44% -
HSV(B) 164.25º 0.53% 0.6% -
XYZ 18 25.47 25.44 -
YUV 125.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 72 152 131 0.53 0 0.14 0.40 164.25 0.36 0.44
Hex 48 98 83 35 0 E 28 A4 24 2C
Octal 110 230 203 65 0 16 50 244 44 54
Binary 1001000 10011000 10000011 110101 0 1110 101000 10100100 100100 101100

Color Harmonies of #489883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489883

Black with #489883

Text Example


Text Example

White with #489883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489883; }

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

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

background-color css

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

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

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

border-color css

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

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

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