#47928C

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

Shades of Lochinvar #47928C

Tints of Lochinvar #47928C

Color information

#47928C (or 0x47928C) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 8C. RGB value is (71,146,140). Sum of RGB (Red+Green+Blue) = 71+146+140=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #47928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47928C is #B86D73. Grayscale: #7A7A7A. Windows color (decimal): -12086644 or 9212487. OLE color: 9212487.

HSL color Cylindrical-coordinate representation of color #47928C: hue angle of 175.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47928C is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB71146140-
CMYK0.5100.040.43
HSL175.2º34.56%42.55%-
HSV(B)175.2º51.37%57.25%-
XYZ17.6123.7928.47-
YUV122.89137.6590.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=19.89%
G=40.90%
B=39.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461400.5100.040.43175.234.5642.55
Hex47928C33042Baf232b
Octal1072222146304532574353
Binary10001111001001010001100110011010010101110101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47928C; }

 p { color: rgb(71,146,140); }

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

<style>
 a { background-color: #47928C; }

 a { background-color: rgb(71,146,140); }

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

<style>
 span { border-color: #47928C; }

 span { border-color: rgb(71,146,140); }

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