Html Css Color HEX #468679 Lochinvar

📋 copy color: '#468679'

red 70 ◦ green 134 ◦ blue 121

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

Shades of Lochinvar #468679

Tints of Lochinvar #468679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 21.54%
G = 41.23%
B = 37.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#468679 (or 0x468679) is known color: Lochinvar. HEX triplet: 46, 86 and 79. RGB value is (70,134,121). Sum of RGB (Red+Green+Blue) = 70+134+121=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #468679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468679 is #B97986. Grayscale: #717171. Windows color (decimal): -12155271 or 7964230. OLE color: 7964230.

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

Color convert

RGB 70 134 121 -
CMYK 0.48 0 0.10 0.47
HSL 167.81º 0.31% 0.4% -
HSV(B) 167.81º 0.48% 0.53% -
XYZ 14.5 19.73 21.13 -
YUV 113.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 70 134 121 0.48 0 0.10 0.47 167.81 0.31 0.4
Hex 46 86 79 30 0 A 2F A8 1F 28
Octal 106 206 171 60 0 12 57 250 37 50
Binary 1000110 10000110 1111001 110000 0 1010 101111 10101000 11111 101000

Color Harmonies of #468679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468679

Black with #468679

Text Example


Text Example

White with #468679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468679; }

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

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

background-color css

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

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

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

border-color css

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

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

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