Html Css Color HEX #469986 Lochinvar

📋 copy color: '#469986'

red 70 ◦ green 153 ◦ blue 134

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

Shades of Lochinvar #469986

Tints of Lochinvar #469986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 19.61%
G = 42.86%
B = 37.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#469986 (or 0x469986) is known color: Lochinvar. HEX triplet: 46, 99 and 86. RGB value is (70,153,134). Sum of RGB (Red+Green+Blue) = 70+153+134=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #469986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469986 is #B96679. Grayscale: #7E7E7E. Windows color (decimal): -12150394 or 8821062. OLE color: 8821062.

HSL color Cylindrical-coordinate representation of color #469986: hue angle of 166.27º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469986 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 134 -
CMYK 0.54 0 0.12 0.4
HSL 166.27º 0.37% 0.44% -
HSV(B) 166.27º 0.54% 0.6% -
XYZ 18.22 25.81 26.57 -
YUV 126.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 70 153 134 0.54 0 0.12 0.4 166.27 0.37 0.44
Hex 46 99 86 36 0 C 28 A6 25 2C
Octal 106 231 206 66 0 14 50 246 45 54
Binary 1000110 10011001 10000110 110110 0 1100 101000 10100110 100101 101100

Color Harmonies of #469986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469986

Black with #469986

Text Example


Text Example

White with #469986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469986; }

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

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

background-color css

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

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

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

border-color css

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

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

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