Html Css Color HEX #4E958B Lochinvar

📋 copy color: '#4E958B'

red 78 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #4E958B

Tints of Lochinvar #4E958B

RGB

 RED value IS 78 (30.86% from 255) = 21.31%

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 21.31%
G = 40.71%
B = 37.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#4E958B (or 0x4E958B) is known color: Lochinvar. HEX triplet: 4E, 95 and 8B. RGB value is (78,149,139). Sum of RGB (Red+Green+Blue) = 78+149+139=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #4E958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E958B is #B16A74. Grayscale: #7E7E7E. Windows color (decimal): -11627125 or 9147726. OLE color: 9147726.

HSL color Cylindrical-coordinate representation of color #4E958B: hue angle of 171.55º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E958B is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 149 139 -
CMYK 0.48 0 0.07 0.42
HSL 171.55º 0.31% 0.45% -
HSV(B) 171.55º 0.48% 0.58% -
XYZ 18.55 24.98 28.27 -
YUV 126.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 78 149 139 0.48 0 0.07 0.42 171.55 0.31 0.45
Hex 4E 95 8B 30 0 7 2A AC 1F 2D
Octal 116 225 213 60 0 7 52 254 37 55
Binary 1001110 10010101 10001011 110000 0 111 101010 10101100 11111 101101

Color Harmonies of #4E958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E958B

Black with #4E958B

Text Example


Text Example

White with #4E958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,149,139); }

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

background-color css

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

 a { background-color: rgb(78,149,139); }

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

border-color css

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

 span { border-color: rgb(78,149,139); }

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