Html Css Color HEX #4B917D Lochinvar

📋 copy color: '#4B917D'

red 75 ◦ green 145 ◦ blue 125

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

Shades of Lochinvar #4B917D

Tints of Lochinvar #4B917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 21.74%
G = 42.03%
B = 36.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#4B917D (or 0x4B917D) is known color: Lochinvar. HEX triplet: 4B, 91 and 7D. RGB value is (75,145,125). Sum of RGB (Red+Green+Blue) = 75+145+125=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #4B917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B917D is #B46E82. Grayscale: #797979. Windows color (decimal): -11824771 or 8229195. OLE color: 8229195.

HSL color Cylindrical-coordinate representation of color #4B917D: hue angle of 162.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B917D is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 145 125 -
CMYK 0.48 0 0.14 0.43
HSL 162.86º 0.32% 0.43% -
HSV(B) 162.86º 0.48% 0.57% -
XYZ 16.73 23.23 23 -
YUV 121.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 75 145 125 0.48 0 0.14 0.43 162.86 0.32 0.43
Hex 4B 91 7D 30 0 E 2B A3 20 2B
Octal 113 221 175 60 0 16 53 243 40 53
Binary 1001011 10010001 1111101 110000 0 1110 101011 10100011 100000 101011

Color Harmonies of #4B917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B917D

Black with #4B917D

Text Example


Text Example

White with #4B917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,145,125); }

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

background-color css

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

 a { background-color: rgb(75,145,125); }

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

border-color css

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

 span { border-color: rgb(75,145,125); }

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