#488B83

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

Shades of Lochinvar #488B83

Tints of Lochinvar #488B83

Color information

#488B83 (or 0x488B83) is unknown color: approx Lochinvar. HEX triplet: 48, 8B and 83. RGB value is (72,139,131). Sum of RGB (Red+Green+Blue) = 72+139+131=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #488B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B83 is #B7747C. Grayscale: #767676. Windows color (decimal): -12022909 or 8620872. OLE color: 8620872.

HSL color Cylindrical-coordinate representation of color #488B83: hue angle of 172.84º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B83 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB72139131-
CMYK0.4800.060.45
HSL172.84º31.75%41.37%-
HSV(B)172.84º48.2%54.51%-
XYZ1621.4824.78-
YUV118.05135.395.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=21.05%
G=40.64%
B=38.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal721391310.4800.060.45172.8431.7541.37
Hex488B8330062Dad2029
Octal1102132036006552554051
Binary10010001000101110000011110000011010110110101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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