Html Css Color HEX #4E938D Lochinvar

📋 copy color: '#4E938D'

red 78 ◦ green 147 ◦ blue 141

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

Shades of Lochinvar #4E938D

Tints of Lochinvar #4E938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

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

R = 21.31%
G = 40.16%
B = 38.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#4E938D (or 0x4E938D) is known color: Lochinvar. HEX triplet: 4E, 93 and 8D. RGB value is (78,147,141). Sum of RGB (Red+Green+Blue) = 78+147+141=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #4E938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E938D is #B16C72. Grayscale: #7D7D7D. Windows color (decimal): -11627635 or 9278286. OLE color: 9278286.

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

Color convert

RGB 78 147 141 -
CMYK 0.47 0 0.04 0.42
HSL 174.78º 0.31% 0.44% -
HSV(B) 174.78º 0.47% 0.58% -
XYZ 18.38 24.41 28.94 -
YUV 125.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 78 147 141 0.47 0 0.04 0.42 174.78 0.31 0.44
Hex 4E 93 8D 2F 0 4 2A AF 1F 2C
Octal 116 223 215 57 0 4 52 257 37 54
Binary 1001110 10010011 10001101 101111 0 100 101010 10101111 11111 101100

Color Harmonies of #4E938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E938D

Black with #4E938D

Text Example


Text Example

White with #4E938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,147,141); }

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

background-color css

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

 a { background-color: rgb(78,147,141); }

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

border-color css

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

 span { border-color: rgb(78,147,141); }

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