Html Css Color HEX #46897B Lochinvar

📋 copy color: '#46897B'

red 70 ◦ green 137 ◦ blue 123

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

Shades of Lochinvar #46897B

Tints of Lochinvar #46897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 21.21%
G = 41.52%
B = 37.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#46897B (or 0x46897B) is known color: Lochinvar. HEX triplet: 46, 89 and 7B. RGB value is (70,137,123). Sum of RGB (Red+Green+Blue) = 70+137+123=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #46897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46897B is #B97684. Grayscale: #737373. Windows color (decimal): -12154501 or 8096070. OLE color: 8096070.

HSL color Cylindrical-coordinate representation of color #46897B: hue angle of 167.46º 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 #46897B is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 123 -
CMYK 0.49 0 0.10 0.46
HSL 167.46º 0.32% 0.41% -
HSV(B) 167.46º 0.49% 0.54% -
XYZ 15.05 20.62 21.93 -
YUV 115.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 70 137 123 0.49 0 0.10 0.46 167.46 0.32 0.41
Hex 46 89 7B 31 0 A 2E A7 20 29
Octal 106 211 173 61 0 12 56 247 40 51
Binary 1000110 10001001 1111011 110001 0 1010 101110 10100111 100000 101001

Color Harmonies of #46897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46897B

Black with #46897B

Text Example


Text Example

White with #46897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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