Html Css Color HEX #4C9188 Lochinvar

📋 copy color: '#4C9188'

red 76 ◦ green 145 ◦ blue 136

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

Shades of Lochinvar #4C9188

Tints of Lochinvar #4C9188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 21.29%
G = 40.62%
B = 38.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#4C9188 (or 0x4C9188) is known color: Lochinvar. HEX triplet: 4C, 91 and 88. RGB value is (76,145,136). Sum of RGB (Red+Green+Blue) = 76+145+136=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9188 is #B36E77. Grayscale: #7B7B7B. Windows color (decimal): -11759224 or 8950092. OLE color: 8950092.

HSL color Cylindrical-coordinate representation of color #4C9188: hue angle of 172.17º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9188 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 136 -
CMYK 0.48 0 0.06 0.43
HSL 172.17º 0.31% 0.43% -
HSV(B) 172.17º 0.48% 0.57% -
XYZ 17.55 23.56 26.92 -
YUV 123.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 76 145 136 0.48 0 0.06 0.43 172.17 0.31 0.43
Hex 4C 91 88 30 0 6 2B AC 1F 2B
Octal 114 221 210 60 0 6 53 254 37 53
Binary 1001100 10010001 10001000 110000 0 110 101011 10101100 11111 101011

Color Harmonies of #4C9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9188

Black with #4C9188

Text Example


Text Example

White with #4C9188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,145,136); }

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

background-color css

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

 a { background-color: rgb(76,145,136); }

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

border-color css

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

 span { border-color: rgb(76,145,136); }

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