Html Css Color HEX #46867A Lochinvar

📋 copy color: '#46867A'

red 70 ◦ green 134 ◦ blue 122

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

Shades of Lochinvar #46867A

Tints of Lochinvar #46867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 21.47%
G = 41.1%
B = 37.42%

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

#46867A (or 0x46867A) is known color: Lochinvar. HEX triplet: 46, 86 and 7A. RGB value is (70,134,122). Sum of RGB (Red+Green+Blue) = 70+134+122=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #46867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46867A is #B97985. Grayscale: #717171. Windows color (decimal): -12155270 or 8029766. OLE color: 8029766.

HSL color Cylindrical-coordinate representation of color #46867A: hue angle of 168.75º degrees, saturation: 0.31, 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 #46867A is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 122 -
CMYK 0.48 0 0.09 0.47
HSL 168.75º 0.31% 0.4% -
HSV(B) 168.75º 0.48% 0.53% -
XYZ 14.56 19.76 21.46 -
YUV 113.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 70 134 122 0.48 0 0.09 0.47 168.75 0.31 0.4
Hex 46 86 7A 30 0 9 2F A9 1F 28
Octal 106 206 172 60 0 11 57 251 37 50
Binary 1000110 10000110 1111010 110000 0 1001 101111 10101001 11111 101000

Color Harmonies of #46867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46867A

Black with #46867A

Text Example


Text Example

White with #46867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46867A; }

 p { color: rgb(70,134,122); }

 H1.HeaderClassName
 {
   color: #46867A;
 }
 .AnyTagClassName
 {
   color: #46867A;
 }
</style>

background-color css

<style>
 a { background-color: #46867A; }

 a { background-color: rgb(70,134,122); }

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

border-color css

<style>
 span { border-color: #46867A; }

 span { border-color: rgb(70,134,122); }

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