Html Css Color HEX #4B9990 Lochinvar

📋 copy color: '#4B9990'

red 75 ◦ green 153 ◦ blue 144

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

Shades of Lochinvar #4B9990

Tints of Lochinvar #4B9990

RGB

 RED value IS 75 (29.69% from 255) = 20.16%

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

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

R = 20.16%
G = 41.13%
B = 38.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#4B9990 (or 0x4B9990) is known color: Lochinvar. HEX triplet: 4B, 99 and 90. RGB value is (75,153,144). Sum of RGB (Red+Green+Blue) = 75+153+144=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #4B9990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9990 is #B4666F. Grayscale: #808080. Windows color (decimal): -11822704 or 9476427. OLE color: 9476427.

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

Color convert

RGB 75 153 144 -
CMYK 0.51 0 0.06 0.4
HSL 173.08º 0.34% 0.45% -
HSV(B) 173.08º 0.51% 0.6% -
XYZ 19.33 26.29 30.44 -
YUV 128.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 75 153 144 0.51 0 0.06 0.4 173.08 0.34 0.45
Hex 4B 99 90 33 0 6 28 AD 22 2D
Octal 113 231 220 63 0 6 50 255 42 55
Binary 1001011 10011001 10010000 110011 0 110 101000 10101101 100010 101101

Color Harmonies of #4B9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9990

Black with #4B9990

Text Example


Text Example

White with #4B9990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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