#46928B

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

Shades of Lochinvar #46928B

Tints of Lochinvar #46928B

Color information

#46928B (or 0x46928B) is unknown color: approx Lochinvar. HEX triplet: 46, 92 and 8B. RGB value is (70,146,139). Sum of RGB (Red+Green+Blue) = 70+146+139=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #46928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46928B is #B96D74. Grayscale: #7A7A7A. Windows color (decimal): -12152181 or 9146950. OLE color: 9146950.

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

Color convert

RGB70146139-
CMYK0.5200.050.43
HSL174.47º35.19%42.35%-
HSV(B)174.47º52.05%57.25%-
XYZ17.4623.7228.08-
YUV122.48137.3290.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=19.72%
G=41.13%
B=39.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461390.5200.050.43174.4735.1942.35
Hex46928B34052Bae232a
Octal1062222136405532564352
Binary10001101001001010001011110100010110101110101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,146,139); }

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

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

 a { background-color: rgb(70,146,139); }

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

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

 span { border-color: rgb(70,146,139); }

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