Html Css Color HEX #46887F Lochinvar

📋 copy color: '#46887F'

red 70 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #46887F

Tints of Lochinvar #46887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.14%

R = 21.02%
G = 40.84%
B = 38.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#46887F (or 0x46887F) is known color: Lochinvar. HEX triplet: 46, 88 and 7F. RGB value is (70,136,127). Sum of RGB (Red+Green+Blue) = 70+136+127=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #46887F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46887F is #B97780. Grayscale: #737373. Windows color (decimal): -12154753 or 8357958. OLE color: 8357958.

HSL color Cylindrical-coordinate representation of color #46887F: hue angle of 171.82º 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 #46887F is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 127 -
CMYK 0.49 0 0.07 0.47
HSL 171.82º 0.32% 0.4% -
HSV(B) 171.82º 0.49% 0.53% -
XYZ 15.16 20.44 23.23 -
YUV 115.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 70 136 127 0.49 0 0.07 0.47 171.82 0.32 0.4
Hex 46 88 7F 31 0 7 2F AC 20 28
Octal 106 210 177 61 0 7 57 254 40 50
Binary 1000110 10001000 1111111 110001 0 111 101111 10101100 100000 101000

Color Harmonies of #46887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46887F

Black with #46887F

Text Example


Text Example

White with #46887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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