Html Css Color HEX #46877B Lochinvar

📋 copy color: '#46877B'

red 70 ◦ green 135 ◦ blue 123

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

Shades of Lochinvar #46877B

Tints of Lochinvar #46877B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

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

R = 21.34%
G = 41.16%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#46877B (or 0x46877B) is known color: Lochinvar. HEX triplet: 46, 87 and 7B. RGB value is (70,135,123). Sum of RGB (Red+Green+Blue) = 70+135+123=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #46877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877B is #B97884. Grayscale: #727272. Windows color (decimal): -12155013 or 8095558. OLE color: 8095558.

HSL color Cylindrical-coordinate representation of color #46877B: hue angle of 168.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46877B is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 135 123 -
CMYK 0.48 0 0.09 0.47
HSL 168.92º 0.32% 0.4% -
HSV(B) 168.92º 0.48% 0.53% -
XYZ 14.76 20.06 21.83 -
YUV 114.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 70 135 123 0.48 0 0.09 0.47 168.92 0.32 0.4
Hex 46 87 7B 30 0 9 2F A9 20 28
Octal 106 207 173 60 0 11 57 251 40 50
Binary 1000110 10000111 1111011 110000 0 1001 101111 10101001 100000 101000

Color Harmonies of #46877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46877B

Black with #46877B

Text Example


Text Example

White with #46877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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