Html Css Color HEX #488D7C Lochinvar

📋 copy color: '#488D7C'

red 72 ◦ green 141 ◦ blue 124

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

Shades of Lochinvar #488D7C

Tints of Lochinvar #488D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 21.36%
G = 41.84%
B = 36.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#488D7C (or 0x488D7C) is known color: Lochinvar. HEX triplet: 48, 8D and 7C. RGB value is (72,141,124). Sum of RGB (Red+Green+Blue) = 72+141+124=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #488D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D7C is #B77283. Grayscale: #767676. Windows color (decimal): -12022404 or 8162632. OLE color: 8162632.

HSL color Cylindrical-coordinate representation of color #488D7C: hue angle of 165.22º 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 #488D7C is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 124 -
CMYK 0.49 0 0.12 0.45
HSL 165.22º 0.32% 0.42% -
HSV(B) 165.22º 0.49% 0.55% -
XYZ 15.84 21.88 22.46 -
YUV 118.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 72 141 124 0.49 0 0.12 0.45 165.22 0.32 0.42
Hex 48 8D 7C 31 0 C 2D A5 20 2A
Octal 110 215 174 61 0 14 55 245 40 52
Binary 1001000 10001101 1111100 110001 0 1100 101101 10100101 100000 101010

Color Harmonies of #488D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D7C

Black with #488D7C

Text Example


Text Example

White with #488D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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