Html Css Color HEX #4C8E83 Lochinvar

📋 copy color: '#4C8E83'

red 76 ◦ green 142 ◦ blue 131

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

Shades of Lochinvar #4C8E83

Tints of Lochinvar #4C8E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

 BLUE value IS 131 (51.56% from 255) = 37.54%

R = 21.78%
G = 40.69%
B = 37.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#4C8E83 (or 0x4C8E83) is known color: Lochinvar. HEX triplet: 4C, 8E and 83. RGB value is (76,142,131). Sum of RGB (Red+Green+Blue) = 76+142+131=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8E83 is #B3717C. Grayscale: #787878. Windows color (decimal): -11759997 or 8621644. OLE color: 8621644.

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

Color convert

RGB 76 142 131 -
CMYK 0.46 0 0.08 0.44
HSL 170º 0.3% 0.43% -
HSV(B) 170º 0.46% 0.56% -
XYZ 16.75 22.52 24.94 -
YUV 121.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 76 142 131 0.46 0 0.08 0.44 170 0.3 0.43
Hex 4C 8E 83 2E 0 8 2C AA 1E 2B
Octal 114 216 203 56 0 10 54 252 36 53
Binary 1001100 10001110 10000011 101110 0 1000 101100 10101010 11110 101011

Color Harmonies of #4C8E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8E83

Black with #4C8E83

Text Example


Text Example

White with #4C8E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,142,131); }

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

background-color css

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

 a { background-color: rgb(76,142,131); }

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

border-color css

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

 span { border-color: rgb(76,142,131); }

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