Html Css Color HEX #4C928B Lochinvar

📋 copy color: '#4C928B'

red 76 ◦ green 146 ◦ blue 139

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

Shades of Lochinvar #4C928B

Tints of Lochinvar #4C928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 21.05%
G = 40.44%
B = 38.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#4C928B (or 0x4C928B) is known color: Lochinvar. HEX triplet: 4C, 92 and 8B. RGB value is (76,146,139). Sum of RGB (Red+Green+Blue) = 76+146+139=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #4C928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C928B is #B36D74. Grayscale: #7C7C7C. Windows color (decimal): -11758965 or 9146956. OLE color: 9146956.

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

Color convert

RGB 76 146 139 -
CMYK 0.48 0 0.05 0.43
HSL 174º 0.32% 0.44% -
HSV(B) 174º 0.48% 0.57% -
XYZ 17.92 23.96 28.11 -
YUV 124.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 76 146 139 0.48 0 0.05 0.43 174 0.32 0.44
Hex 4C 92 8B 30 0 5 2B AE 20 2C
Octal 114 222 213 60 0 5 53 256 40 54
Binary 1001100 10010010 10001011 110000 0 101 101011 10101110 100000 101100

Color Harmonies of #4C928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C928B

Black with #4C928B

Text Example


Text Example

White with #4C928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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