Html Css Color HEX #4D9B93 Lochinvar

📋 copy color: '#4D9B93'

red 77 ◦ green 155 ◦ blue 147

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

Shades of Lochinvar #4D9B93

Tints of Lochinvar #4D9B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 20.32%
G = 40.9%
B = 38.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#4D9B93 (or 0x4D9B93) is known color: Lochinvar. HEX triplet: 4D, 9B and 93. RGB value is (77,155,147). Sum of RGB (Red+Green+Blue) = 77+155+147=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B93 is #B2646C. Grayscale: #828282. Windows color (decimal): -11691117 or 9673549. OLE color: 9673549.

HSL color Cylindrical-coordinate representation of color #4D9B93: hue angle of 173.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B93 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 155 147 -
CMYK 0.50 0 0.05 0.39
HSL 173.85º 0.34% 0.45% -
HSV(B) 173.85º 0.5% 0.61% -
XYZ 20.05 27.13 31.78 -
YUV 130.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 77 155 147 0.50 0 0.05 0.39 173.85 0.34 0.45
Hex 4D 9B 93 32 0 5 27 AE 22 2D
Octal 115 233 223 62 0 5 47 256 42 55
Binary 1001101 10011011 10010011 110010 0 101 100111 10101110 100010 101101

Color Harmonies of #4D9B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9B93

Black with #4D9B93

Text Example


Text Example

White with #4D9B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,155,147); }

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

background-color css

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

 a { background-color: rgb(77,155,147); }

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

border-color css

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

 span { border-color: rgb(77,155,147); }

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