Html Css Color HEX #4F947B Lochinvar

📋 copy color: '#4F947B'

red 79 ◦ green 148 ◦ blue 123

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

Shades of Lochinvar #4F947B

Tints of Lochinvar #4F947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 22.57%
G = 42.29%
B = 35.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#4F947B (or 0x4F947B) is known color: Lochinvar. HEX triplet: 4F, 94 and 7B. RGB value is (79,148,123). Sum of RGB (Red+Green+Blue) = 79+148+123=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #4F947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F947B is #B06B84. Grayscale: #7C7C7C. Windows color (decimal): -11561861 or 8098895. OLE color: 8098895.

HSL color Cylindrical-coordinate representation of color #4F947B: hue angle of 158.26º degrees, saturation: 0.3, 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 #4F947B is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 148 123 -
CMYK 0.47 0 0.17 0.42
HSL 158.26º 0.3% 0.45% -
HSV(B) 158.26º 0.47% 0.58% -
XYZ 17.39 24.27 22.51 -
YUV 124.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 79 148 123 0.47 0 0.17 0.42 158.26 0.3 0.45
Hex 4F 94 7B 2F 0 11 2A 9E 1E 2D
Octal 117 224 173 57 0 21 52 236 36 55
Binary 1001111 10010100 1111011 101111 0 10001 101010 10011110 11110 101101

Color Harmonies of #4F947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F947B

Black with #4F947B

Text Example


Text Example

White with #4F947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,148,123); }

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

background-color css

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

 a { background-color: rgb(79,148,123); }

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

border-color css

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

 span { border-color: rgb(79,148,123); }

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