Html Css Color HEX #46947C Lochinvar

📋 copy color: '#46947C'

red 70 ◦ green 148 ◦ blue 124

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

Shades of Lochinvar #46947C

Tints of Lochinvar #46947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 20.47%
G = 43.27%
B = 36.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#46947C (or 0x46947C) is known color: Lochinvar. HEX triplet: 46, 94 and 7C. RGB value is (70,148,124). Sum of RGB (Red+Green+Blue) = 70+148+124=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #46947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46947C is #B96B83. Grayscale: #797979. Windows color (decimal): -12151684 or 8164422. OLE color: 8164422.

HSL color Cylindrical-coordinate representation of color #46947C: hue angle of 161.54º 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 #46947C is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 124 -
CMYK 0.53 0 0.16 0.42
HSL 161.54º 0.36% 0.43% -
HSV(B) 161.54º 0.53% 0.58% -
XYZ 16.75 23.94 22.81 -
YUV 121.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 70 148 124 0.53 0 0.16 0.42 161.54 0.36 0.43
Hex 46 94 7C 35 0 10 2A A2 24 2B
Octal 106 224 174 65 0 20 52 242 44 53
Binary 1000110 10010100 1111100 110101 0 10000 101010 10100010 100100 101011

Color Harmonies of #46947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46947C

Black with #46947C

Text Example


Text Example

White with #46947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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