Html Css Color HEX #4F8881 Lochinvar

📋 copy color: '#4F8881'

red 79 ◦ green 136 ◦ blue 129

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

Shades of Lochinvar #4F8881

Tints of Lochinvar #4F8881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

 BLUE value IS 129 (50.78% from 255) = 37.5%

R = 22.97%
G = 39.53%
B = 37.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#4F8881 (or 0x4F8881) is known color: Lochinvar. HEX triplet: 4F, 88 and 81. RGB value is (79,136,129). Sum of RGB (Red+Green+Blue) = 79+136+129=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8881 is #B0777E. Grayscale: #767676. Windows color (decimal): -11564927 or 8489039. OLE color: 8489039.

HSL color Cylindrical-coordinate representation of color #4F8881: hue angle of 172.63º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8881 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 79 136 129 -
CMYK 0.42 0 0.05 0.47
HSL 172.63º 0.27% 0.42% -
HSV(B) 172.63º 0.42% 0.53% -
XYZ 15.99 20.86 23.95 -
YUV 118.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 79 136 129 0.42 0 0.05 0.47 172.63 0.27 0.42
Hex 4F 88 81 2A 0 5 2F AD 1B 2A
Octal 117 210 201 52 0 5 57 255 33 52
Binary 1001111 10001000 10000001 101010 0 101 101111 10101101 11011 101010

Color Harmonies of #4F8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8881

Black with #4F8881

Text Example


Text Example

White with #4F8881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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