Html Css Color HEX #4C8B83 Lochinvar

📋 copy color: '#4C8B83'

red 76 ◦ green 139 ◦ blue 131

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

Shades of Lochinvar #4C8B83

Tints of Lochinvar #4C8B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.17%

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

R = 21.97%
G = 40.17%
B = 37.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#4C8B83 (or 0x4C8B83) is known color: Lochinvar. HEX triplet: 4C, 8B and 83. RGB value is (76,139,131). Sum of RGB (Red+Green+Blue) = 76+139+131=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8B83 is #B3747C. Grayscale: #777777. Windows color (decimal): -11760765 or 8620876. OLE color: 8620876.

HSL color Cylindrical-coordinate representation of color #4C8B83: hue angle of 172.38º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B83 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 139 131 -
CMYK 0.45 0 0.06 0.45
HSL 172.38º 0.29% 0.42% -
HSV(B) 172.38º 0.45% 0.55% -
XYZ 16.31 21.64 24.79 -
YUV 119.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 76 139 131 0.45 0 0.06 0.45 172.38 0.29 0.42
Hex 4C 8B 83 2D 0 6 2D AC 1D 2A
Octal 114 213 203 55 0 6 55 254 35 52
Binary 1001100 10001011 10000011 101101 0 110 101101 10101100 11101 101010

Color Harmonies of #4C8B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8B83

Black with #4C8B83

Text Example


Text Example

White with #4C8B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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