#48877D

Color #48877D Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #48877D

Tints of Lochinvar #48877D

Color information

#48877D (or 0x48877D) is unknown color: approx Lochinvar. HEX triplet: 48, 87 and 7D. RGB value is (72,135,125). Sum of RGB (Red+Green+Blue) = 72+135+125=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #48877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48877D is #B77882. Grayscale: #727272. Windows color (decimal): -12023939 or 8226632. OLE color: 8226632.

HSL color Cylindrical-coordinate representation of color #48877D: hue angle of 170.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48877D is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB72135125-
CMYK0.4700.070.47
HSL170.48º30.43%40.59%-
HSV(B)170.48º46.67%52.94%-
XYZ15.0420.1922.51-
YUV115.02133.6397.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=21.69%
G=40.66%
B=37.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351250.4700.070.47170.4830.4340.59
Hex48877D2F072Faa1e29
Octal1102071755707572523651
Binary100100010000111111110110111101111011111010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48877D; }

 p { color: rgb(72,135,125); }

 H1.HeaderClassName
 {
   color: #48877D;
 }
 .AnyTagClassName
 {
   color: #48877D;
 }
</style>
background-color css

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

 a { background-color: rgb(72,135,125); }

 div.DivClassName
 {
   background-color: #48877D;
 }
 .BgClassName
 {
   background-color: #48877D;
 }
</style>
border-color css

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

 span { border-color: rgb(72,135,125); }

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