Html Css Color HEX #4B947D Lochinvar

📋 copy color: '#4B947D'

red 75 ◦ green 148 ◦ blue 125

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

Shades of Lochinvar #4B947D

Tints of Lochinvar #4B947D

RGB

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

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

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

R = 21.55%
G = 42.53%
B = 35.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#4B947D (or 0x4B947D) is known color: Lochinvar. HEX triplet: 4B, 94 and 7D. RGB value is (75,148,125). Sum of RGB (Red+Green+Blue) = 75+148+125=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #4B947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B947D is #B46B82. Grayscale: #7B7B7B. Windows color (decimal): -11824003 or 8229963. OLE color: 8229963.

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

Color convert

RGB 75 148 125 -
CMYK 0.49 0 0.16 0.42
HSL 161.1º 0.33% 0.44% -
HSV(B) 161.1º 0.49% 0.58% -
XYZ 17.19 24.16 23.16 -
YUV 123.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 75 148 125 0.49 0 0.16 0.42 161.1 0.33 0.44
Hex 4B 94 7D 31 0 10 2A A1 21 2C
Octal 113 224 175 61 0 20 52 241 41 54
Binary 1001011 10010100 1111101 110001 0 10000 101010 10100001 100001 101100

Color Harmonies of #4B947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B947D

Black with #4B947D

Text Example


Text Example

White with #4B947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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