Html Css Color HEX #4B9D8D Lochinvar

📋 copy color: '#4B9D8D'

red 75 ◦ green 157 ◦ blue 141

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

Shades of Lochinvar #4B9D8D

Tints of Lochinvar #4B9D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 20.11%
G = 42.09%
B = 37.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#4B9D8D (or 0x4B9D8D) is known color: Lochinvar. HEX triplet: 4B, 9D and 8D. RGB value is (75,157,141). Sum of RGB (Red+Green+Blue) = 75+157+141=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #4B9D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9D8D is #B46272. Grayscale: #828282. Windows color (decimal): -11821683 or 9280843. OLE color: 9280843.

HSL color Cylindrical-coordinate representation of color #4B9D8D: hue angle of 168.29º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9D8D is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 157 141 -
CMYK 0.52 0 0.10 0.38
HSL 168.29º 0.35% 0.45% -
HSV(B) 168.29º 0.52% 0.62% -
XYZ 19.77 27.53 29.47 -
YUV 130.66 133.83 88.3 -
System Red Green Blue C M Y K H S L
Decimal 75 157 141 0.52 0 0.10 0.38 168.29 0.35 0.45
Hex 4B 9D 8D 34 0 A 26 A8 23 2D
Octal 113 235 215 64 0 12 46 250 43 55
Binary 1001011 10011101 10001101 110100 0 1010 100110 10101000 100011 101101

Color Harmonies of #4B9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9D8D

Black with #4B9D8D

Text Example


Text Example

White with #4B9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,157,141); }

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

background-color css

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

 a { background-color: rgb(75,157,141); }

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

border-color css

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

 span { border-color: rgb(75,157,141); }

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