Html Css Color HEX #4C9F94 Lochinvar

📋 copy color: '#4C9F94'

red 76 ◦ green 159 ◦ blue 148

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

Shades of Lochinvar #4C9F94

Tints of Lochinvar #4C9F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.51%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 19.84%
G = 41.51%
B = 38.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#4C9F94 (or 0x4C9F94) is known color: Lochinvar. HEX triplet: 4C, 9F and 94. RGB value is (76,159,148). Sum of RGB (Red+Green+Blue) = 76+159+148=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9F94 is #B3606B. Grayscale: #848484. Windows color (decimal): -11755628 or 9740108. OLE color: 9740108.

HSL color Cylindrical-coordinate representation of color #4C9F94: hue angle of 172.05º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9F94 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 159 148 -
CMYK 0.52 0 0.07 0.38
HSL 172.05º 0.35% 0.46% -
HSV(B) 172.05º 0.52% 0.62% -
XYZ 20.72 28.47 32.42 -
YUV 132.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 76 159 148 0.52 0 0.07 0.38 172.05 0.35 0.46
Hex 4C 9F 94 34 0 7 26 AC 23 2E
Octal 114 237 224 64 0 7 46 254 43 56
Binary 1001100 10011111 10010100 110100 0 111 100110 10101100 100011 101110

Color Harmonies of #4C9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9F94

Black with #4C9F94

Text Example


Text Example

White with #4C9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,159,148); }

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

background-color css

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

 a { background-color: rgb(76,159,148); }

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

border-color css

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

 span { border-color: rgb(76,159,148); }

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