Html Css Color HEX #46967E Lochinvar

📋 copy color: '#46967E'

red 70 ◦ green 150 ◦ blue 126

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

Shades of Lochinvar #46967E

Tints of Lochinvar #46967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 20.23%
G = 43.35%
B = 36.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#46967E (or 0x46967E) is known color: Lochinvar. HEX triplet: 46, 96 and 7E. RGB value is (70,150,126). Sum of RGB (Red+Green+Blue) = 70+150+126=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #46967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46967E is #B96981. Grayscale: #7B7B7B. Windows color (decimal): -12151170 or 8296006. OLE color: 8296006.

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

Color convert

RGB 70 150 126 -
CMYK 0.53 0 0.16 0.41
HSL 162º 0.36% 0.43% -
HSV(B) 162º 0.53% 0.59% -
XYZ 17.2 24.62 23.58 -
YUV 123.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 70 150 126 0.53 0 0.16 0.41 162 0.36 0.43
Hex 46 96 7E 35 0 10 29 A2 24 2B
Octal 106 226 176 65 0 20 51 242 44 53
Binary 1000110 10010110 1111110 110101 0 10000 101001 10100010 100100 101011

Color Harmonies of #46967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46967E

Black with #46967E

Text Example


Text Example

White with #46967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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