Html Css Color HEX #4A867D Lochinvar

📋 copy color: '#4A867D'

red 74 ◦ green 134 ◦ blue 125

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

Shades of Lochinvar #4A867D

Tints of Lochinvar #4A867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

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

R = 22.22%
G = 40.24%
B = 37.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#4A867D (or 0x4A867D) is known color: Lochinvar. HEX triplet: 4A, 86 and 7D. RGB value is (74,134,125). Sum of RGB (Red+Green+Blue) = 74+134+125=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #4A867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A867D is #B57982. Grayscale: #737373. Windows color (decimal): -11893123 or 8226378. OLE color: 8226378.

HSL color Cylindrical-coordinate representation of color #4A867D: hue angle of 171º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A867D is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 125 -
CMYK 0.45 0 0.07 0.47
HSL 171º 0.29% 0.41% -
HSV(B) 171º 0.45% 0.53% -
XYZ 15.05 19.99 22.47 -
YUV 115.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 74 134 125 0.45 0 0.07 0.47 171 0.29 0.41
Hex 4A 86 7D 2D 0 7 2F AB 1D 29
Octal 112 206 175 55 0 7 57 253 35 51
Binary 1001010 10000110 1111101 101101 0 111 101111 10101011 11101 101001

Color Harmonies of #4A867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A867D

Black with #4A867D

Text Example


Text Example

White with #4A867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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