#488A7B

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

Shades of Lochinvar #488A7B

Tints of Lochinvar #488A7B

Color information

#488A7B (or 0x488A7B) is unknown color: approx Lochinvar. HEX triplet: 48, 8A and 7B. RGB value is (72,138,123). Sum of RGB (Red+Green+Blue) = 72+138+123=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #488A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A7B is #B77584. Grayscale: #747474. Windows color (decimal): -12023173 or 8096328. OLE color: 8096328.

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

Color convert

RGB72138123-
CMYK0.4800.110.46
HSL166.36º31.43%41.18%-
HSV(B)166.36º47.83%54.12%-
XYZ15.3420.9821.98-
YUV116.56131.6396.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=21.62%
G=41.44%
B=36.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721381230.4800.110.46166.3631.4341.18
Hex488A7B300B2Ea61f29
Octal11021217360013562463751
Binary1001000100010101111011110000010111011101010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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