#48897B

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

Shades of Lochinvar #48897B

Tints of Lochinvar #48897B

Color information

#48897B (or 0x48897B) is unknown color: approx Lochinvar. HEX triplet: 48, 89 and 7B. RGB value is (72,137,123). Sum of RGB (Red+Green+Blue) = 72+137+123=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #48897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48897B is #B77684. Grayscale: #737373. Windows color (decimal): -12023429 or 8096072. OLE color: 8096072.

HSL color Cylindrical-coordinate representation of color #48897B: hue angle of 167.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48897B is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB72137123-
CMYK0.4700.100.46
HSL167.08º31.1%40.98%-
HSV(B)167.08º47.45%53.73%-
XYZ15.1920.721.93-
YUV115.97131.9796.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=21.69%
G=41.27%
B=37.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371230.4700.100.46167.0831.140.98
Hex48897B2F0A2Ea71f29
Octal11021117357012562473751
Binary1001000100010011111011101111010101011101010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48897B; }

 p { color: rgb(72,137,123); }

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

<style>
 a { background-color: #48897B; }

 a { background-color: rgb(72,137,123); }

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

<style>
 span { border-color: #48897B; }

 span { border-color: rgb(72,137,123); }

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