Html Css Color HEX #46927C Lochinvar

📋 copy color: '#46927C'

red 70 ◦ green 146 ◦ blue 124

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

Shades of Lochinvar #46927C

Tints of Lochinvar #46927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 20.59%
G = 42.94%
B = 36.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#46927C (or 0x46927C) is known color: Lochinvar. HEX triplet: 46, 92 and 7C. RGB value is (70,146,124). Sum of RGB (Red+Green+Blue) = 70+146+124=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #46927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46927C is #B96D83. Grayscale: #787878. Windows color (decimal): -12152196 or 8163910. OLE color: 8163910.

HSL color Cylindrical-coordinate representation of color #46927C: hue angle of 162.63º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46927C is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 124 -
CMYK 0.52 0 0.15 0.43
HSL 162.63º 0.35% 0.42% -
HSV(B) 162.63º 0.52% 0.57% -
XYZ 16.44 23.32 22.7 -
YUV 120.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 70 146 124 0.52 0 0.15 0.43 162.63 0.35 0.42
Hex 46 92 7C 34 0 F 2B A3 23 2A
Octal 106 222 174 64 0 17 53 243 43 52
Binary 1000110 10010010 1111100 110100 0 1111 101011 10100011 100011 101010

Color Harmonies of #46927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46927C

Black with #46927C

Text Example


Text Example

White with #46927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46927C; }

 p { color: rgb(70,146,124); }

 H1.HeaderClassName
 {
   color: #46927C;
 }
 .AnyTagClassName
 {
   color: #46927C;
 }
</style>

background-color css

<style>
 a { background-color: #46927C; }

 a { background-color: rgb(70,146,124); }

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

border-color css

<style>
 span { border-color: #46927C; }

 span { border-color: rgb(70,146,124); }

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