#48908B

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

Shades of Lochinvar #48908B

Tints of Lochinvar #48908B

Color information

#48908B (or 0x48908B) is unknown color: approx Lochinvar. HEX triplet: 48, 90 and 8B. RGB value is (72,144,139). Sum of RGB (Red+Green+Blue) = 72+144+139=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #48908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48908B is #B76F74. Grayscale: #797979. Windows color (decimal): -12021621 or 9146440. OLE color: 9146440.

HSL color Cylindrical-coordinate representation of color #48908B: hue angle of 175.83º 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 #48908B is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB72144139-
CMYK0.5000.030.44
HSL175.83º33.33%42.35%-
HSV(B)175.83º50%56.47%-
XYZ17.3123.1927.99-
YUV121.9137.6592.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=20.28%
G=40.56%
B=39.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441390.5000.030.44175.8333.3342.35
Hex48908B32032Cb0212a
Octal1102202136203542604152
Binary1001000100100001000101111001001110110010110000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,144,139); }

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

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

 a { background-color: rgb(72,144,139); }

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

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

 span { border-color: rgb(72,144,139); }

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