Html Css Color HEX #4B8E7E Lochinvar

📋 copy color: '#4B8E7E'

red 75 ◦ green 142 ◦ blue 126

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

Shades of Lochinvar #4B8E7E

Tints of Lochinvar #4B8E7E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.4%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 21.87%
G = 41.4%
B = 36.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#4B8E7E (or 0x4B8E7E) is known color: Lochinvar. HEX triplet: 4B, 8E and 7E. RGB value is (75,142,126). Sum of RGB (Red+Green+Blue) = 75+142+126=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8E7E is #B47181. Grayscale: #787878. Windows color (decimal): -11825538 or 8293963. OLE color: 8293963.

HSL color Cylindrical-coordinate representation of color #4B8E7E: hue angle of 165.67º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8E7E is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 142 126 -
CMYK 0.47 0 0.11 0.44
HSL 165.67º 0.31% 0.43% -
HSV(B) 165.67º 0.47% 0.56% -
XYZ 16.34 22.35 23.19 -
YUV 120.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 75 142 126 0.47 0 0.11 0.44 165.67 0.31 0.43
Hex 4B 8E 7E 2F 0 B 2C A6 1F 2B
Octal 113 216 176 57 0 13 54 246 37 53
Binary 1001011 10001110 1111110 101111 0 1011 101100 10100110 11111 101011

Color Harmonies of #4B8E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8E7E

Black with #4B8E7E

Text Example


Text Example

White with #4B8E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,142,126); }

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

background-color css

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

 a { background-color: rgb(75,142,126); }

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

border-color css

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

 span { border-color: rgb(75,142,126); }

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