Html Css Color HEX #4E908C Lochinvar

📋 copy color: '#4E908C'

red 78 ◦ green 144 ◦ blue 140

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

Shades of Lochinvar #4E908C

Tints of Lochinvar #4E908C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 21.55%
G = 39.78%
B = 38.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#4E908C (or 0x4E908C) is known color: Lochinvar. HEX triplet: 4E, 90 and 8C. RGB value is (78,144,140). Sum of RGB (Red+Green+Blue) = 78+144+140=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #4E908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E908C is #B16F73. Grayscale: #7B7B7B. Windows color (decimal): -11628404 or 9211982. OLE color: 9211982.

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

Color convert

RGB 78 144 140 -
CMYK 0.46 0 0.03 0.44
HSL 176.36º 0.3% 0.44% -
HSV(B) 176.36º 0.46% 0.56% -
XYZ 17.85 23.46 28.4 -
YUV 123.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 78 144 140 0.46 0 0.03 0.44 176.36 0.3 0.44
Hex 4E 90 8C 2E 0 3 2C B0 1E 2C
Octal 116 220 214 56 0 3 54 260 36 54
Binary 1001110 10010000 10001100 101110 0 11 101100 10110000 11110 101100

Color Harmonies of #4E908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E908C

Black with #4E908C

Text Example


Text Example

White with #4E908C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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