Html Css Color HEX #4F948B Lochinvar

📋 copy color: '#4F948B'

red 79 ◦ green 148 ◦ blue 139

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

Shades of Lochinvar #4F948B

Tints of Lochinvar #4F948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 21.58%
G = 40.44%
B = 37.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#4F948B (or 0x4F948B) is known color: Lochinvar. HEX triplet: 4F, 94 and 8B. RGB value is (79,148,139). Sum of RGB (Red+Green+Blue) = 79+148+139=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #4F948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F948B is #B06B74. Grayscale: #7E7E7E. Windows color (decimal): -11561845 or 9147471. OLE color: 9147471.

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

Color convert

RGB 79 148 139 -
CMYK 0.47 0 0.06 0.42
HSL 172.17º 0.3% 0.45% -
HSV(B) 172.17º 0.47% 0.58% -
XYZ 18.47 24.71 28.22 -
YUV 126.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 79 148 139 0.47 0 0.06 0.42 172.17 0.3 0.45
Hex 4F 94 8B 2F 0 6 2A AC 1E 2D
Octal 117 224 213 57 0 6 52 254 36 55
Binary 1001111 10010100 10001011 101111 0 110 101010 10101100 11110 101101

Color Harmonies of #4F948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F948B

Black with #4F948B

Text Example


Text Example

White with #4F948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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