Html Css Color HEX #4D948B Lochinvar

📋 copy color: '#4D948B'

red 77 ◦ green 148 ◦ blue 139

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

Shades of Lochinvar #4D948B

Tints of Lochinvar #4D948B

RGB

 RED value IS 77 (30.47% from 255) = 21.15%

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

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

R = 21.15%
G = 40.66%
B = 38.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#4D948B (or 0x4D948B) is known color: Lochinvar. HEX triplet: 4D, 94 and 8B. RGB value is (77,148,139). Sum of RGB (Red+Green+Blue) = 77+148+139=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #4D948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D948B is #B26B74. Grayscale: #7D7D7D. Windows color (decimal): -11692917 or 9147469. OLE color: 9147469.

HSL color Cylindrical-coordinate representation of color #4D948B: hue angle of 172.39º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D948B is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 148 139 -
CMYK 0.48 0 0.06 0.42
HSL 172.39º 0.32% 0.44% -
HSV(B) 172.39º 0.48% 0.58% -
XYZ 18.31 24.62 28.21 -
YUV 125.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 77 148 139 0.48 0 0.06 0.42 172.39 0.32 0.44
Hex 4D 94 8B 30 0 6 2A AC 20 2C
Octal 115 224 213 60 0 6 52 254 40 54
Binary 1001101 10010100 10001011 110000 0 110 101010 10101100 100000 101100

Color Harmonies of #4D948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D948B

Black with #4D948B

Text Example


Text Example

White with #4D948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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