Html Css Color HEX #4A857D Lochinvar

📋 copy color: '#4A857D'

red 74 ◦ green 133 ◦ blue 125

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

Shades of Lochinvar #4A857D

Tints of Lochinvar #4A857D

RGB

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

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

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

R = 22.29%
G = 40.06%
B = 37.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#4A857D (or 0x4A857D) is known color: Lochinvar. HEX triplet: 4A, 85 and 7D. RGB value is (74,133,125). Sum of RGB (Red+Green+Blue) = 74+133+125=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #4A857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A857D is #B57A82. Grayscale: #727272. Windows color (decimal): -11893379 or 8226122. OLE color: 8226122.

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

Color convert

RGB 74 133 125 -
CMYK 0.44 0 0.06 0.48
HSL 171.86º 0.29% 0.41% -
HSV(B) 171.86º 0.44% 0.52% -
XYZ 14.91 19.71 22.42 -
YUV 114.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 74 133 125 0.44 0 0.06 0.48 171.86 0.29 0.41
Hex 4A 85 7D 2C 0 6 30 AC 1D 29
Octal 112 205 175 54 0 6 60 254 35 51
Binary 1001010 10000101 1111101 101100 0 110 110000 10101100 11101 101001

Color Harmonies of #4A857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A857D

Black with #4A857D

Text Example


Text Example

White with #4A857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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