Html Css Color HEX #4E907F Lochinvar

📋 copy color: '#4E907F'

red 78 ◦ green 144 ◦ blue 127

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

Shades of Lochinvar #4E907F

Tints of Lochinvar #4E907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

 BLUE value IS 127 (50% from 255) = 36.39%

R = 22.35%
G = 41.26%
B = 36.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#4E907F (or 0x4E907F) is known color: Lochinvar. HEX triplet: 4E, 90 and 7F. RGB value is (78,144,127). Sum of RGB (Red+Green+Blue) = 78+144+127=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #4E907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E907F is #B16F80. Grayscale: #7A7A7A. Windows color (decimal): -11628417 or 8360014. OLE color: 8360014.

HSL color Cylindrical-coordinate representation of color #4E907F: hue angle of 164.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E907F is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 144 127 -
CMYK 0.46 0 0.12 0.44
HSL 164.55º 0.3% 0.44% -
HSV(B) 164.55º 0.46% 0.56% -
XYZ 16.95 23.1 23.64 -
YUV 122.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 78 144 127 0.46 0 0.12 0.44 164.55 0.3 0.44
Hex 4E 90 7F 2E 0 C 2C A5 1E 2C
Octal 116 220 177 56 0 14 54 245 36 54
Binary 1001110 10010000 1111111 101110 0 1100 101100 10100101 11110 101100

Color Harmonies of #4E907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E907F

Black with #4E907F

Text Example


Text Example

White with #4E907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,144,127); }

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

background-color css

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

 a { background-color: rgb(78,144,127); }

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

border-color css

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

 span { border-color: rgb(78,144,127); }

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