Html Css Color HEX #4F9889 Lochinvar

📋 copy color: '#4F9889'

red 79 ◦ green 152 ◦ blue 137

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

Shades of Lochinvar #4F9889

Tints of Lochinvar #4F9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 21.47%
G = 41.3%
B = 37.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#4F9889 (or 0x4F9889) is known color: Lochinvar. HEX triplet: 4F, 98 and 89. RGB value is (79,152,137). Sum of RGB (Red+Green+Blue) = 79+152+137=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #4F9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9889 is #B06776. Grayscale: #808080. Windows color (decimal): -11560823 or 9017423. OLE color: 9017423.

HSL color Cylindrical-coordinate representation of color #4F9889: hue angle of 167.67º 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 #4F9889 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 152 137 -
CMYK 0.48 0 0.10 0.40
HSL 167.67º 0.32% 0.45% -
HSV(B) 167.67º 0.48% 0.6% -
XYZ 18.97 25.92 27.67 -
YUV 128.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 79 152 137 0.48 0 0.10 0.40 167.67 0.32 0.45
Hex 4F 98 89 30 0 A 28 A8 20 2D
Octal 117 230 211 60 0 12 50 250 40 55
Binary 1001111 10011000 10001001 110000 0 1010 101000 10101000 100000 101101

Color Harmonies of #4F9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9889

Black with #4F9889

Text Example


Text Example

White with #4F9889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,152,137); }

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

background-color css

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

 a { background-color: rgb(79,152,137); }

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

border-color css

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

 span { border-color: rgb(79,152,137); }

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