#4A928D

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

Shades of Lochinvar #4A928D

Tints of Lochinvar #4A928D

Color information

#4A928D (or 0x4A928D) is unknown color: approx Lochinvar. HEX triplet: 4A, 92 and 8D. RGB value is (74,146,141). Sum of RGB (Red+Green+Blue) = 74+146+141=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #4A928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A928D is #B56D72. Grayscale: #7B7B7B. Windows color (decimal): -11890035 or 9278026. OLE color: 9278026.

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

Color convert

RGB74146141-
CMYK0.4900.030.43
HSL175.83º32.73%43.14%-
HSV(B)175.83º49.32%57.25%-
XYZ17.9123.9428.88-
YUV123.9137.6592.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=20.50%
G=40.44%
B=39.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741461410.4900.030.43175.8332.7343.14
Hex4A928D31032Bb0212b
Octal1122222156103532604153
Binary1001010100100101000110111000101110101110110000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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