Html Css Color HEX #4C928C Lochinvar

📋 copy color: '#4C928C'

red 76 ◦ green 146 ◦ blue 140

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

Shades of Lochinvar #4C928C

Tints of Lochinvar #4C928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 20.99%
G = 40.33%
B = 38.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#4C928C (or 0x4C928C) is known color: Lochinvar. HEX triplet: 4C, 92 and 8C. RGB value is (76,146,140). Sum of RGB (Red+Green+Blue) = 76+146+140=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #4C928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C928C is #B36D73. Grayscale: #7C7C7C. Windows color (decimal): -11758964 or 9212492. OLE color: 9212492.

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

Color convert

RGB 76 146 140 -
CMYK 0.48 0 0.04 0.43
HSL 174.86º 0.32% 0.44% -
HSV(B) 174.86º 0.48% 0.57% -
XYZ 17.99 23.99 28.49 -
YUV 124.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 76 146 140 0.48 0 0.04 0.43 174.86 0.32 0.44
Hex 4C 92 8C 30 0 4 2B AF 20 2C
Octal 114 222 214 60 0 4 53 257 40 54
Binary 1001100 10010010 10001100 110000 0 100 101011 10101111 100000 101100

Color Harmonies of #4C928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C928C

Black with #4C928C

Text Example


Text Example

White with #4C928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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