Html Css Color HEX #4F958D Lochinvar

📋 copy color: '#4F958D'

red 79 ◦ green 149 ◦ blue 141

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

Shades of Lochinvar #4F958D

Tints of Lochinvar #4F958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 21.41%
G = 40.38%
B = 38.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#4F958D (or 0x4F958D) is known color: Lochinvar. HEX triplet: 4F, 95 and 8D. RGB value is (79,149,141). Sum of RGB (Red+Green+Blue) = 79+149+141=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #4F958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F958D is #B06A72. Grayscale: #7F7F7F. Windows color (decimal): -11561587 or 9278799. OLE color: 9278799.

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

Color convert

RGB 79 149 141 -
CMYK 0.47 0 0.05 0.42
HSL 173.14º 0.31% 0.45% -
HSV(B) 173.14º 0.47% 0.58% -
XYZ 18.78 25.08 29.05 -
YUV 127.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 79 149 141 0.47 0 0.05 0.42 173.14 0.31 0.45
Hex 4F 95 8D 2F 0 5 2A AD 1F 2D
Octal 117 225 215 57 0 5 52 255 37 55
Binary 1001111 10010101 10001101 101111 0 101 101010 10101101 11111 101101

Color Harmonies of #4F958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F958D

Black with #4F958D

Text Example


Text Example

White with #4F958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,149,141); }

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

background-color css

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

 a { background-color: rgb(79,149,141); }

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

border-color css

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

 span { border-color: rgb(79,149,141); }

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