#4D9280

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

Shades of Lochinvar #4D9280

Tints of Lochinvar #4D9280

Color information

#4D9280 (or 0x4D9280) is unknown color: approx Lochinvar. HEX triplet: 4D, 92 and 80. RGB value is (77,146,128). Sum of RGB (Red+Green+Blue) = 77+146+128=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9280 is #B26D7F. Grayscale: #7B7B7B. Windows color (decimal): -11693440 or 8426061. OLE color: 8426061.

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

Color convert

RGB77146128-
CMYK0.4700.120.43
HSL164.35º30.94%43.73%-
HSV(B)164.35º47.26%57.25%-
XYZ17.2423.6924.09-
YUV123.32130.6494.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=21.94%
G=41.60%
B=36.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771461280.4700.120.43164.3530.9443.73
Hex4D92802F0C2Ba41f2c
Octal11522220057014532443754
Binary10011011001001010000000101111011001010111010010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,146,128); }

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

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

 a { background-color: rgb(77,146,128); }

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

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

 span { border-color: rgb(77,146,128); }

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