Html Css Color HEX #4E907D Lochinvar

📋 copy color: '#4E907D'

red 78 ◦ green 144 ◦ blue 125

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

Shades of Lochinvar #4E907D

Tints of Lochinvar #4E907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 22.48%
G = 41.5%
B = 36.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#4E907D (or 0x4E907D) is known color: Lochinvar. HEX triplet: 4E, 90 and 7D. RGB value is (78,144,125). Sum of RGB (Red+Green+Blue) = 78+144+125=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #4E907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E907D is #B16F82. Grayscale: #7A7A7A. Windows color (decimal): -11628419 or 8228942. OLE color: 8228942.

HSL color Cylindrical-coordinate representation of color #4E907D: hue angle of 162.73º 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 #4E907D is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 144 125 -
CMYK 0.46 0 0.13 0.44
HSL 162.73º 0.3% 0.44% -
HSV(B) 162.73º 0.46% 0.56% -
XYZ 16.82 23.05 22.96 -
YUV 122.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 78 144 125 0.46 0 0.13 0.44 162.73 0.3 0.44
Hex 4E 90 7D 2E 0 D 2C A3 1E 2C
Octal 116 220 175 56 0 15 54 243 36 54
Binary 1001110 10010000 1111101 101110 0 1101 101100 10100011 11110 101100

Color Harmonies of #4E907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E907D

Black with #4E907D

Text Example


Text Example

White with #4E907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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