Html Css Color HEX #468879 Lochinvar

📋 copy color: '#468879'

red 70 ◦ green 136 ◦ blue 121

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

Shades of Lochinvar #468879

Tints of Lochinvar #468879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

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

R = 21.41%
G = 41.59%
B = 37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#468879 (or 0x468879) is known color: Lochinvar. HEX triplet: 46, 88 and 79. RGB value is (70,136,121). Sum of RGB (Red+Green+Blue) = 70+136+121=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #468879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468879 is #B97786. Grayscale: #727272. Windows color (decimal): -12154759 or 7964742. OLE color: 7964742.

HSL color Cylindrical-coordinate representation of color #468879: hue angle of 166.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468879 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 121 -
CMYK 0.49 0 0.11 0.47
HSL 166.36º 0.32% 0.4% -
HSV(B) 166.36º 0.49% 0.53% -
XYZ 14.78 20.29 21.23 -
YUV 114.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 70 136 121 0.49 0 0.11 0.47 166.36 0.32 0.4
Hex 46 88 79 31 0 B 2F A6 20 28
Octal 106 210 171 61 0 13 57 246 40 50
Binary 1000110 10001000 1111001 110001 0 1011 101111 10100110 100000 101000

Color Harmonies of #468879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468879

Black with #468879

Text Example


Text Example

White with #468879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468879; }

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

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

background-color css

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

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

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

border-color css

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

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

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