Html Css Color HEX #46877A Lochinvar

📋 copy color: '#46877A'

red 70 ◦ green 135 ◦ blue 122

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

Shades of Lochinvar #46877A

Tints of Lochinvar #46877A

RGB

 RED value IS 70 (27.73% from 255) = 21.41%

 GREEN value IS 135 (53.13% from 255) = 41.28%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 21.41%
G = 41.28%
B = 37.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#46877A (or 0x46877A) is known color: Lochinvar. HEX triplet: 46, 87 and 7A. RGB value is (70,135,122). Sum of RGB (Red+Green+Blue) = 70+135+122=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #46877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877A is #B97885. Grayscale: #727272. Windows color (decimal): -12155014 or 8030022. OLE color: 8030022.

HSL color Cylindrical-coordinate representation of color #46877A: hue angle of 168º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46877A is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 135 122 -
CMYK 0.48 0 0.10 0.47
HSL 168º 0.32% 0.4% -
HSV(B) 168º 0.48% 0.53% -
XYZ 14.7 20.04 21.5 -
YUV 114.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 70 135 122 0.48 0 0.10 0.47 168 0.32 0.4
Hex 46 87 7A 30 0 A 2F A8 20 28
Octal 106 207 172 60 0 12 57 250 40 50
Binary 1000110 10000111 1111010 110000 0 1010 101111 10101000 100000 101000

Color Harmonies of #46877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46877A

Black with #46877A

Text Example


Text Example

White with #46877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46877A; }

 p { color: rgb(70,135,122); }

 H1.HeaderClassName
 {
   color: #46877A;
 }
 .AnyTagClassName
 {
   color: #46877A;
 }
</style>

background-color css

<style>
 a { background-color: #46877A; }

 a { background-color: rgb(70,135,122); }

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

border-color css

<style>
 span { border-color: #46877A; }

 span { border-color: rgb(70,135,122); }

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