Html Css Color HEX #46977E Lochinvar

📋 copy color: '#46977E'

red 70 ◦ green 151 ◦ blue 126

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

Shades of Lochinvar #46977E

Tints of Lochinvar #46977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 20.17%
G = 43.52%
B = 36.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#46977E (or 0x46977E) is known color: Lochinvar. HEX triplet: 46, 97 and 7E. RGB value is (70,151,126). Sum of RGB (Red+Green+Blue) = 70+151+126=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #46977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46977E is #B96881. Grayscale: #7B7B7B. Windows color (decimal): -12150914 or 8296262. OLE color: 8296262.

HSL color Cylindrical-coordinate representation of color #46977E: hue angle of 161.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46977E is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 151 126 -
CMYK 0.54 0 0.17 0.41
HSL 161.48º 0.37% 0.43% -
HSV(B) 161.48º 0.54% 0.59% -
XYZ 17.36 24.94 23.64 -
YUV 123.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 70 151 126 0.54 0 0.17 0.41 161.48 0.37 0.43
Hex 46 97 7E 36 0 11 29 A1 25 2B
Octal 106 227 176 66 0 21 51 241 45 53
Binary 1000110 10010111 1111110 110110 0 10001 101001 10100001 100101 101011

Color Harmonies of #46977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46977E

Black with #46977E

Text Example


Text Example

White with #46977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46977E; }

 p { color: rgb(70,151,126); }

 H1.HeaderClassName
 {
   color: #46977E;
 }
 .AnyTagClassName
 {
   color: #46977E;
 }
</style>

background-color css

<style>
 a { background-color: #46977E; }

 a { background-color: rgb(70,151,126); }

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

border-color css

<style>
 span { border-color: #46977E; }

 span { border-color: rgb(70,151,126); }

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