#47948D

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

Shades of Lochinvar #47948D

Tints of Lochinvar #47948D

Color information

#47948D (or 0x47948D) is unknown color: approx Lochinvar. HEX triplet: 47, 94 and 8D. RGB value is (71,148,141). Sum of RGB (Red+Green+Blue) = 71+148+141=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #47948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47948D is #B86B72. Grayscale: #7C7C7C. Windows color (decimal): -12086131 or 9278535. OLE color: 9278535.

HSL color Cylindrical-coordinate representation of color #47948D: hue angle of 174.55º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47948D is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB71148141-
CMYK0.5200.050.42
HSL174.55º35.16%42.94%-
HSV(B)174.55º52.03%58.04%-
XYZ1824.4428.97-
YUV124.18137.4990.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=19.72%
G=41.11%
B=39.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481410.5200.050.42174.5535.1642.94
Hex47948D34052Aaf232b
Octal1072242156405522574353
Binary10001111001010010001101110100010110101010101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,148,141); }

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

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

 a { background-color: rgb(71,148,141); }

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

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

 span { border-color: rgb(71,148,141); }

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