Html Css Color HEX #4C9282 Lochinvar

📋 copy color: '#4C9282'

red 76 ◦ green 146 ◦ blue 130

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

Shades of Lochinvar #4C9282

Tints of Lochinvar #4C9282

RGB

 RED value IS 76 (30.08% from 255) = 21.59%

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 21.59%
G = 41.48%
B = 36.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#4C9282 (or 0x4C9282) is known color: Lochinvar. HEX triplet: 4C, 92 and 82. RGB value is (76,146,130). Sum of RGB (Red+Green+Blue) = 76+146+130=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9282 is #B36D7D. Grayscale: #7B7B7B. Windows color (decimal): -11758974 or 8557132. OLE color: 8557132.

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

Color convert

RGB 76 146 130 -
CMYK 0.48 0 0.11 0.43
HSL 166.29º 0.32% 0.44% -
HSV(B) 166.29º 0.48% 0.57% -
XYZ 17.29 23.71 24.78 -
YUV 123.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 76 146 130 0.48 0 0.11 0.43 166.29 0.32 0.44
Hex 4C 92 82 30 0 B 2B A6 20 2C
Octal 114 222 202 60 0 13 53 246 40 54
Binary 1001100 10010010 10000010 110000 0 1011 101011 10100110 100000 101100

Color Harmonies of #4C9282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9282

Black with #4C9282

Text Example


Text Example

White with #4C9282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,146,130); }

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

background-color css

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

 a { background-color: rgb(76,146,130); }

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

border-color css

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

 span { border-color: rgb(76,146,130); }

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