Html Css Color HEX #46857A Lochinvar

📋 copy color: '#46857A'

red 70 ◦ green 133 ◦ blue 122

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

Shades of Lochinvar #46857A

Tints of Lochinvar #46857A

RGB

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

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

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

R = 21.54%
G = 40.92%
B = 37.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#46857A (or 0x46857A) is known color: Lochinvar. HEX triplet: 46, 85 and 7A. RGB value is (70,133,122). Sum of RGB (Red+Green+Blue) = 70+133+122=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #46857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46857A is #B97A85. Grayscale: #707070. Windows color (decimal): -12155526 or 8029510. OLE color: 8029510.

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

Color convert

RGB 70 133 122 -
CMYK 0.47 0 0.08 0.48
HSL 169.52º 0.31% 0.4% -
HSV(B) 169.52º 0.47% 0.52% -
XYZ 14.43 19.48 21.41 -
YUV 112.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 70 133 122 0.47 0 0.08 0.48 169.52 0.31 0.4
Hex 46 85 7A 2F 0 8 30 AA 1F 28
Octal 106 205 172 57 0 10 60 252 37 50
Binary 1000110 10000101 1111010 101111 0 1000 110000 10101010 11111 101000

Color Harmonies of #46857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46857A

Black with #46857A

Text Example


Text Example

White with #46857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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