Html Css Color HEX #488D89 Lochinvar

📋 copy color: '#488D89'

red 72 ◦ green 141 ◦ blue 137

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

Shades of Lochinvar #488D89

Tints of Lochinvar #488D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

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

R = 20.57%
G = 40.29%
B = 39.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#488D89 (or 0x488D89) is known color: Lochinvar. HEX triplet: 48, 8D and 89. RGB value is (72,141,137). Sum of RGB (Red+Green+Blue) = 72+141+137=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #488D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D89 is #B77276. Grayscale: #777777. Windows color (decimal): -12022391 or 9014600. OLE color: 9014600.

HSL color Cylindrical-coordinate representation of color #488D89: hue angle of 176.52º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D89 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 137 -
CMYK 0.49 0 0.03 0.45
HSL 176.52º 0.32% 0.42% -
HSV(B) 176.52º 0.49% 0.55% -
XYZ 16.71 22.23 27.08 -
YUV 119.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 72 141 137 0.49 0 0.03 0.45 176.52 0.32 0.42
Hex 48 8D 89 31 0 3 2D B1 20 2A
Octal 110 215 211 61 0 3 55 261 40 52
Binary 1001000 10001101 10001001 110001 0 11 101101 10110001 100000 101010

Color Harmonies of #488D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D89

Black with #488D89

Text Example


Text Example

White with #488D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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