Html Css Color HEX #4E9E8F Lochinvar

📋 copy color: '#4E9E8F'

red 78 ◦ green 158 ◦ blue 143

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

Shades of Lochinvar #4E9E8F

Tints of Lochinvar #4E9E8F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.69%

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 20.58%
G = 41.69%
B = 37.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#4E9E8F (or 0x4E9E8F) is known color: Lochinvar. HEX triplet: 4E, 9E and 8F. RGB value is (78,158,143). Sum of RGB (Red+Green+Blue) = 78+158+143=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #4E9E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9E8F is #B16170. Grayscale: #848484. Windows color (decimal): -11624817 or 9412174. OLE color: 9412174.

HSL color Cylindrical-coordinate representation of color #4E9E8F: hue angle of 168.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9E8F is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 158 143 -
CMYK 0.51 0 0.09 0.38
HSL 168.75º 0.34% 0.46% -
HSV(B) 168.75º 0.51% 0.62% -
XYZ 20.33 28.06 30.33 -
YUV 132.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 78 158 143 0.51 0 0.09 0.38 168.75 0.34 0.46
Hex 4E 9E 8F 33 0 9 26 A9 22 2E
Octal 116 236 217 63 0 11 46 251 42 56
Binary 1001110 10011110 10001111 110011 0 1001 100110 10101001 100010 101110

Color Harmonies of #4E9E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9E8F

Black with #4E9E8F

Text Example


Text Example

White with #4E9E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,158,143); }

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

background-color css

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

 a { background-color: rgb(78,158,143); }

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

border-color css

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

 span { border-color: rgb(78,158,143); }

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