Html Css Color HEX #4D9286 Lochinvar

📋 copy color: '#4D9286'

red 77 ◦ green 146 ◦ blue 134

#4D9286
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #4D9286

Tints of Lochinvar #4D9286

RGB

 RED value IS 77 (30.47% from 255) = 21.57%

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 21.57%
G = 40.9%
B = 37.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#4D9286 (or 0x4D9286) is known color: Lochinvar. HEX triplet: 4D, 92 and 86. RGB value is (77,146,134). Sum of RGB (Red+Green+Blue) = 77+146+134=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9286 is #B26D79. Grayscale: #7B7B7B. Windows color (decimal): -11693434 or 8819277. OLE color: 8819277.

HSL color Cylindrical-coordinate representation of color #4D9286: hue angle of 169.57º 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 #4D9286 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 146 134 -
CMYK 0.47 0 0.08 0.43
HSL 169.57º 0.31% 0.44% -
HSV(B) 169.57º 0.47% 0.57% -
XYZ 17.64 23.86 26.23 -
YUV 124 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 77 146 134 0.47 0 0.08 0.43 169.57 0.31 0.44
Hex 4D 92 86 2F 0 8 2B AA 1F 2C
Octal 115 222 206 57 0 10 53 252 37 54
Binary 1001101 10010010 10000110 101111 0 1000 101011 10101010 11111 101100

Color Harmonies of #4D9286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9286

Black with #4D9286

Text Example


Text Example

White with #4D9286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D9286;
 }
 .AnyTagClassName
 {
   color: #4D9286;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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