Html Css Color HEX #46947D Lochinvar

📋 copy color: '#46947D'

red 70 ◦ green 148 ◦ blue 125

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

Shades of Lochinvar #46947D

Tints of Lochinvar #46947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 20.41%
G = 43.15%
B = 36.44%

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

#46947D (or 0x46947D) is known color: Lochinvar. HEX triplet: 46, 94 and 7D. RGB value is (70,148,125). Sum of RGB (Red+Green+Blue) = 70+148+125=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #46947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46947D is #B96B82. Grayscale: #7A7A7A. Windows color (decimal): -12151683 or 8229958. OLE color: 8229958.

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

Color convert

RGB 70 148 125 -
CMYK 0.53 0 0.16 0.42
HSL 162.31º 0.36% 0.43% -
HSV(B) 162.31º 0.53% 0.58% -
XYZ 16.82 23.96 23.14 -
YUV 122.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 70 148 125 0.53 0 0.16 0.42 162.31 0.36 0.43
Hex 46 94 7D 35 0 10 2A A2 24 2B
Octal 106 224 175 65 0 20 52 242 44 53
Binary 1000110 10010100 1111101 110101 0 10000 101010 10100010 100100 101011

Color Harmonies of #46947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46947D

Black with #46947D

Text Example


Text Example

White with #46947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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