Html Css Color HEX #488D7A Lochinvar

📋 copy color: '#488D7A'

red 72 ◦ green 141 ◦ blue 122

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

Shades of Lochinvar #488D7A

Tints of Lochinvar #488D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 21.49%
G = 42.09%
B = 36.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#488D7A (or 0x488D7A) is known color: Lochinvar. HEX triplet: 48, 8D and 7A. RGB value is (72,141,122). Sum of RGB (Red+Green+Blue) = 72+141+122=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #488D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488D7A is #B77285. Grayscale: #767676. Windows color (decimal): -12022406 or 8031560. OLE color: 8031560.

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

Color convert

RGB 72 141 122 -
CMYK 0.49 0 0.13 0.45
HSL 163.48º 0.32% 0.42% -
HSV(B) 163.48º 0.49% 0.55% -
XYZ 15.71 21.83 21.8 -
YUV 118.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 72 141 122 0.49 0 0.13 0.45 163.48 0.32 0.42
Hex 48 8D 7A 31 0 D 2D A3 20 2A
Octal 110 215 172 61 0 15 55 243 40 52
Binary 1001000 10001101 1111010 110001 0 1101 101101 10100011 100000 101010

Color Harmonies of #488D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D7A

Black with #488D7A

Text Example


Text Example

White with #488D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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