Html Css Color HEX #4A867B Lochinvar

📋 copy color: '#4A867B'

red 74 ◦ green 134 ◦ blue 123

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

Shades of Lochinvar #4A867B

Tints of Lochinvar #4A867B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 22.36%
G = 40.48%
B = 37.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#4A867B (or 0x4A867B) is known color: Lochinvar. HEX triplet: 4A, 86 and 7B. RGB value is (74,134,123). Sum of RGB (Red+Green+Blue) = 74+134+123=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #4A867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A867B is #B57984. Grayscale: #727272. Windows color (decimal): -11893125 or 8095306. OLE color: 8095306.

HSL color Cylindrical-coordinate representation of color #4A867B: hue angle of 169º 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 #4A867B is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 134 123 -
CMYK 0.45 0 0.08 0.47
HSL 169º 0.29% 0.41% -
HSV(B) 169º 0.45% 0.53% -
XYZ 14.92 19.94 21.8 -
YUV 114.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 74 134 123 0.45 0 0.08 0.47 169 0.29 0.41
Hex 4A 86 7B 2D 0 8 2F A9 1D 29
Octal 112 206 173 55 0 10 57 251 35 51
Binary 1001010 10000110 1111011 101101 0 1000 101111 10101001 11101 101001

Color Harmonies of #4A867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A867B

Black with #4A867B

Text Example


Text Example

White with #4A867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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