Html Css Color HEX #488F78 Lochinvar

📋 copy color: '#488F78'

red 72 ◦ green 143 ◦ blue 120

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

Shades of Lochinvar #488F78

Tints of Lochinvar #488F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.69%

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 21.49%
G = 42.69%
B = 35.82%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#488F78 (or 0x488F78) is known color: Lochinvar. HEX triplet: 48, 8F and 78. RGB value is (72,143,120). Sum of RGB (Red+Green+Blue) = 72+143+120=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #488F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F78 is #B77087. Grayscale: #777777. Windows color (decimal): -12021896 or 7901000. OLE color: 7901000.

HSL color Cylindrical-coordinate representation of color #488F78: hue angle of 160.56º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F78 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 143 120 -
CMYK 0.50 0 0.16 0.44
HSL 160.56º 0.33% 0.42% -
HSV(B) 160.56º 0.5% 0.56% -
XYZ 15.89 22.38 21.25 -
YUV 119.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 72 143 120 0.50 0 0.16 0.44 160.56 0.33 0.42
Hex 48 8F 78 32 0 10 2C A1 21 2A
Octal 110 217 170 62 0 20 54 241 41 52
Binary 1001000 10001111 1111000 110010 0 10000 101100 10100001 100001 101010

Color Harmonies of #488F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488F78

Black with #488F78

Text Example


Text Example

White with #488F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,143,120); }

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

background-color css

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

 a { background-color: rgb(72,143,120); }

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

border-color css

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

 span { border-color: rgb(72,143,120); }

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