Html Css Color HEX #46887B Lochinvar

📋 copy color: '#46887B'

red 70 ◦ green 136 ◦ blue 123

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

Shades of Lochinvar #46887B

Tints of Lochinvar #46887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.34%

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

R = 21.28%
G = 41.34%
B = 37.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#46887B (or 0x46887B) is known color: Lochinvar. HEX triplet: 46, 88 and 7B. RGB value is (70,136,123). Sum of RGB (Red+Green+Blue) = 70+136+123=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #46887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46887B is #B97784. Grayscale: #727272. Windows color (decimal): -12154757 or 8095814. OLE color: 8095814.

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

Color convert

RGB 70 136 123 -
CMYK 0.49 0 0.10 0.47
HSL 168.18º 0.32% 0.4% -
HSV(B) 168.18º 0.49% 0.53% -
XYZ 14.91 20.34 21.88 -
YUV 114.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 70 136 123 0.49 0 0.10 0.47 168.18 0.32 0.4
Hex 46 88 7B 31 0 A 2F A8 20 28
Octal 106 210 173 61 0 12 57 250 40 50
Binary 1000110 10001000 1111011 110001 0 1010 101111 10101000 100000 101000

Color Harmonies of #46887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46887B

Black with #46887B

Text Example


Text Example

White with #46887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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