Html Css Color HEX #46957C Lochinvar

📋 copy color: '#46957C'

red 70 ◦ green 149 ◦ blue 124

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

Shades of Lochinvar #46957C

Tints of Lochinvar #46957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.44%

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 20.41%
G = 43.44%
B = 36.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#46957C (or 0x46957C) is known color: Lochinvar. HEX triplet: 46, 95 and 7C. RGB value is (70,149,124). Sum of RGB (Red+Green+Blue) = 70+149+124=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #46957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46957C is #B96A83. Grayscale: #7A7A7A. Windows color (decimal): -12151428 or 8164678. OLE color: 8164678.

HSL color Cylindrical-coordinate representation of color #46957C: hue angle of 161.01º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46957C is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 124 -
CMYK 0.53 0 0.17 0.42
HSL 161.01º 0.36% 0.43% -
HSV(B) 161.01º 0.53% 0.58% -
XYZ 16.91 24.25 22.86 -
YUV 122.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 70 149 124 0.53 0 0.17 0.42 161.01 0.36 0.43
Hex 46 95 7C 35 0 11 2A A1 24 2B
Octal 106 225 174 65 0 21 52 241 44 53
Binary 1000110 10010101 1111100 110101 0 10001 101010 10100001 100100 101011

Color Harmonies of #46957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46957C

Black with #46957C

Text Example


Text Example

White with #46957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46957C; }

 p { color: rgb(70,149,124); }

 H1.HeaderClassName
 {
   color: #46957C;
 }
 .AnyTagClassName
 {
   color: #46957C;
 }
</style>

background-color css

<style>
 a { background-color: #46957C; }

 a { background-color: rgb(70,149,124); }

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

border-color css

<style>
 span { border-color: #46957C; }

 span { border-color: rgb(70,149,124); }

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