Html Css Color HEX #4F9987 Lochinvar

📋 copy color: '#4F9987'

red 79 ◦ green 153 ◦ blue 135

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

Shades of Lochinvar #4F9987

Tints of Lochinvar #4F9987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 21.53%
G = 41.69%
B = 36.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#4F9987 (or 0x4F9987) is known color: Lochinvar. HEX triplet: 4F, 99 and 87. RGB value is (79,153,135). Sum of RGB (Red+Green+Blue) = 79+153+135=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9987 is #B06678. Grayscale: #808080. Windows color (decimal): -11560569 or 8886607. OLE color: 8886607.

HSL color Cylindrical-coordinate representation of color #4F9987: hue angle of 165.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9987 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 79 153 135 -
CMYK 0.48 0 0.12 0.4
HSL 165.41º 0.32% 0.45% -
HSV(B) 165.41º 0.48% 0.6% -
XYZ 18.99 26.19 26.98 -
YUV 128.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 79 153 135 0.48 0 0.12 0.4 165.41 0.32 0.45
Hex 4F 99 87 30 0 C 28 A5 20 2D
Octal 117 231 207 60 0 14 50 245 40 55
Binary 1001111 10011001 10000111 110000 0 1100 101000 10100101 100000 101101

Color Harmonies of #4F9987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9987

Black with #4F9987

Text Example


Text Example

White with #4F9987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,153,135); }

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

background-color css

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

 a { background-color: rgb(79,153,135); }

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

border-color css

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

 span { border-color: rgb(79,153,135); }

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