Html Css Color HEX #4D9990 Lochinvar

📋 copy color: '#4D9990'

red 77 ◦ green 153 ◦ blue 144

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

Shades of Lochinvar #4D9990

Tints of Lochinvar #4D9990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 20.59%
G = 40.91%
B = 38.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#4D9990 (or 0x4D9990) is known color: Lochinvar. HEX triplet: 4D, 99 and 90. RGB value is (77,153,144). Sum of RGB (Red+Green+Blue) = 77+153+144=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9990 is #B2666F. Grayscale: #818181. Windows color (decimal): -11691632 or 9476429. OLE color: 9476429.

HSL color Cylindrical-coordinate representation of color #4D9990: hue angle of 172.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9990 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 144 -
CMYK 0.50 0 0.06 0.4
HSL 172.89º 0.33% 0.45% -
HSV(B) 172.89º 0.5% 0.6% -
XYZ 19.49 26.37 30.45 -
YUV 129.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 77 153 144 0.50 0 0.06 0.4 172.89 0.33 0.45
Hex 4D 99 90 32 0 6 28 AD 21 2D
Octal 115 231 220 62 0 6 50 255 41 55
Binary 1001101 10011001 10010000 110010 0 110 101000 10101101 100001 101101

Color Harmonies of #4D9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9990

Black with #4D9990

Text Example


Text Example

White with #4D9990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,153,144); }

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

background-color css

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

 a { background-color: rgb(77,153,144); }

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

border-color css

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

 span { border-color: rgb(77,153,144); }

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