Html Css Color HEX #46897D Lochinvar

📋 copy color: '#46897D'

red 70 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #46897D

Tints of Lochinvar #46897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 21.08%
G = 41.27%
B = 37.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#46897D (or 0x46897D) is known color: Lochinvar. HEX triplet: 46, 89 and 7D. RGB value is (70,137,125). Sum of RGB (Red+Green+Blue) = 70+137+125=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #46897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46897D is #B97682. Grayscale: #737373. Windows color (decimal): -12154499 or 8227142. OLE color: 8227142.

HSL color Cylindrical-coordinate representation of color #46897D: hue angle of 169.25º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46897D is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 125 -
CMYK 0.49 0 0.09 0.46
HSL 169.25º 0.32% 0.41% -
HSV(B) 169.25º 0.49% 0.54% -
XYZ 15.17 20.67 22.59 -
YUV 115.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 70 137 125 0.49 0 0.09 0.46 169.25 0.32 0.41
Hex 46 89 7D 31 0 9 2E A9 20 29
Octal 106 211 175 61 0 11 56 251 40 51
Binary 1000110 10001001 1111101 110001 0 1001 101110 10101001 100000 101001

Color Harmonies of #46897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46897D

Black with #46897D

Text Example


Text Example

White with #46897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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