Html Css Color HEX #4FA188 Lochinvar

📋 copy color: '#4FA188'

red 79 ◦ green 161 ◦ blue 136

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

Shades of Lochinvar #4FA188

Tints of Lochinvar #4FA188

RGB

 RED value IS 79 (31.25% from 255) = 21.01%

 GREEN value IS 161 (63.28% from 255) = 42.82%

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

R = 21.01%
G = 42.82%
B = 36.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#4FA188 (or 0x4FA188) is known color: Lochinvar. HEX triplet: 4F, A1 and 88. RGB value is (79,161,136). Sum of RGB (Red+Green+Blue) = 79+161+136=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA188 is #B05E77. Grayscale: #858585. Windows color (decimal): -11558520 or 8954191. OLE color: 8954191.

HSL color Cylindrical-coordinate representation of color #4FA188: hue angle of 161.71º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA188 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 161 136 -
CMYK 0.51 0 0.16 0.37
HSL 161.71º 0.34% 0.47% -
HSV(B) 161.71º 0.51% 0.63% -
XYZ 20.41 28.93 27.8 -
YUV 133.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 79 161 136 0.51 0 0.16 0.37 161.71 0.34 0.47
Hex 4F A1 88 33 0 10 25 A2 22 2F
Octal 117 241 210 63 0 20 45 242 42 57
Binary 1001111 10100001 10001000 110011 0 10000 100101 10100010 100010 101111

Color Harmonies of #4FA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA188

Black with #4FA188

Text Example


Text Example

White with #4FA188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,161,136); }

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

background-color css

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

 a { background-color: rgb(79,161,136); }

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

border-color css

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

 span { border-color: rgb(79,161,136); }

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