Html Css Color HEX #4A857F Lochinvar

📋 copy color: '#4A857F'

red 74 ◦ green 133 ◦ blue 127

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

Shades of Lochinvar #4A857F

Tints of Lochinvar #4A857F

RGB

 RED value IS 74 (29.3% from 255) = 22.16%

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 22.16%
G = 39.82%
B = 38.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#4A857F (or 0x4A857F) is known color: Lochinvar. HEX triplet: 4A, 85 and 7F. RGB value is (74,133,127). Sum of RGB (Red+Green+Blue) = 74+133+127=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #4A857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A857F is #B57A80. Grayscale: #727272. Windows color (decimal): -11893377 or 8357194. OLE color: 8357194.

HSL color Cylindrical-coordinate representation of color #4A857F: hue angle of 173.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A857F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 133 127 -
CMYK 0.44 0 0.05 0.48
HSL 173.9º 0.29% 0.41% -
HSV(B) 173.9º 0.44% 0.52% -
XYZ 15.04 19.76 23.1 -
YUV 114.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 74 133 127 0.44 0 0.05 0.48 173.9 0.29 0.41
Hex 4A 85 7F 2C 0 5 30 AE 1D 29
Octal 112 205 177 54 0 5 60 256 35 51
Binary 1001010 10000101 1111111 101100 0 101 110000 10101110 11101 101001

Color Harmonies of #4A857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A857F

Black with #4A857F

Text Example


Text Example

White with #4A857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,133,127); }

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

background-color css

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

 a { background-color: rgb(74,133,127); }

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

border-color css

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

 span { border-color: rgb(74,133,127); }

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