#4F928D

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

Shades of Lochinvar #4F928D

Tints of Lochinvar #4F928D

Color information

#4F928D (or 0x4F928D) is unknown color: approx Lochinvar. HEX triplet: 4F, 92 and 8D. RGB value is (79,146,141). Sum of RGB (Red+Green+Blue) = 79+146+141=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #4F928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F928D is #B06D72. Grayscale: #7D7D7D. Windows color (decimal): -11562355 or 9278031. OLE color: 9278031.

HSL color Cylindrical-coordinate representation of color #4F928D: hue angle of 175.52º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F928D is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB79146141-
CMYK0.4600.030.43
HSL175.52º29.78%44.12%-
HSV(B)175.52º45.89%57.25%-
XYZ18.3124.1428.89-
YUV125.4136.894.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.58%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=21.58%
G=39.89%
B=38.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal791461410.4600.030.43175.5229.7844.12
Hex4F928D2E032Bb01e2c
Octal1172222155603532603654
Binary100111110010010100011011011100111010111011000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F928D; }

 p { color: rgb(79,146,141); }

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

<style>
 a { background-color: #4F928D; }

 a { background-color: rgb(79,146,141); }

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

<style>
 span { border-color: #4F928D; }

 span { border-color: rgb(79,146,141); }

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