Html Css Color HEX #4F948A Lochinvar

📋 copy color: '#4F948A'

red 79 ◦ green 148 ◦ blue 138

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

Shades of Lochinvar #4F948A

Tints of Lochinvar #4F948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 21.64%
G = 40.55%
B = 37.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#4F948A (or 0x4F948A) is known color: Lochinvar. HEX triplet: 4F, 94 and 8A. RGB value is (79,148,138). Sum of RGB (Red+Green+Blue) = 79+148+138=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #4F948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F948A is #B06B75. Grayscale: #7E7E7E. Windows color (decimal): -11561846 or 9081935. OLE color: 9081935.

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

Color convert

RGB 79 148 138 -
CMYK 0.47 0 0.07 0.42
HSL 171.3º 0.3% 0.45% -
HSV(B) 171.3º 0.47% 0.58% -
XYZ 18.4 24.68 27.84 -
YUV 126.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 79 148 138 0.47 0 0.07 0.42 171.3 0.3 0.45
Hex 4F 94 8A 2F 0 7 2A AB 1E 2D
Octal 117 224 212 57 0 7 52 253 36 55
Binary 1001111 10010100 10001010 101111 0 111 101010 10101011 11110 101101

Color Harmonies of #4F948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F948A

Black with #4F948A

Text Example


Text Example

White with #4F948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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