#48867D

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

Shades of Lochinvar #48867D

Tints of Lochinvar #48867D

Color information

#48867D (or 0x48867D) is unknown color: approx Lochinvar. HEX triplet: 48, 86 and 7D. RGB value is (72,134,125). Sum of RGB (Red+Green+Blue) = 72+134+125=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #48867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48867D is #B77982. Grayscale: #727272. Windows color (decimal): -12024195 or 8226376. OLE color: 8226376.

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

Color convert

RGB72134125-
CMYK0.4600.070.47
HSL171.29º30.1%40.39%-
HSV(B)171.29º46.27%52.55%-
XYZ14.919.9122.46-
YUV114.44133.9697.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 125 (49.22% from 255) = 37.76%
R=21.75%
G=40.48%
B=37.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341250.4600.070.47171.2930.140.39
Hex48867D2E072Fab1e28
Octal1102061755607572533650
Binary100100010000110111110110111001111011111010101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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