Html Css Color HEX #489889 Lochinvar

📋 copy color: '#489889'

red 72 ◦ green 152 ◦ blue 137

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

Shades of Lochinvar #489889

Tints of Lochinvar #489889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 19.94%
G = 42.11%
B = 37.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#489889 (or 0x489889) is known color: Lochinvar. HEX triplet: 48, 98 and 89. RGB value is (72,152,137). Sum of RGB (Red+Green+Blue) = 72+152+137=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #489889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489889 is #B76776. Grayscale: #7E7E7E. Windows color (decimal): -12019575 or 9017416. OLE color: 9017416.

HSL color Cylindrical-coordinate representation of color #489889: hue angle of 168.75º 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 #489889 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 137 -
CMYK 0.53 0 0.10 0.40
HSL 168.75º 0.36% 0.44% -
HSV(B) 168.75º 0.53% 0.6% -
XYZ 18.42 25.64 27.65 -
YUV 126.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 72 152 137 0.53 0 0.10 0.40 168.75 0.36 0.44
Hex 48 98 89 35 0 A 28 A9 24 2C
Octal 110 230 211 65 0 12 50 251 44 54
Binary 1001000 10011000 10001001 110101 0 1010 101000 10101001 100100 101100

Color Harmonies of #489889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489889

Black with #489889

Text Example


Text Example

White with #489889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489889; }

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

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

background-color css

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

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

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

border-color css

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

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

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