Html Css Color HEX #46877F Lochinvar

📋 copy color: '#46877F'

red 70 ◦ green 135 ◦ blue 127

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

Shades of Lochinvar #46877F

Tints of Lochinvar #46877F

RGB

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

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

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

R = 21.08%
G = 40.66%
B = 38.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#46877F (or 0x46877F) is known color: Lochinvar. HEX triplet: 46, 87 and 7F. RGB value is (70,135,127). Sum of RGB (Red+Green+Blue) = 70+135+127=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #46877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877F is #B97880. Grayscale: #727272. Windows color (decimal): -12155009 or 8357702. OLE color: 8357702.

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

Color convert

RGB 70 135 127 -
CMYK 0.48 0 0.06 0.47
HSL 172.62º 0.32% 0.4% -
HSV(B) 172.62º 0.48% 0.53% -
XYZ 15.02 20.16 23.18 -
YUV 114.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 70 135 127 0.48 0 0.06 0.47 172.62 0.32 0.4
Hex 46 87 7F 30 0 6 2F AD 20 28
Octal 106 207 177 60 0 6 57 255 40 50
Binary 1000110 10000111 1111111 110000 0 110 101111 10101101 100000 101000

Color Harmonies of #46877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46877F

Black with #46877F

Text Example


Text Example

White with #46877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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