Html Css Color HEX #468779 Lochinvar

📋 copy color: '#468779'

red 70 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #468779

Tints of Lochinvar #468779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 21.47%
G = 41.41%
B = 37.12%

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

#468779 (or 0x468779) is known color: Lochinvar. HEX triplet: 46, 87 and 79. RGB value is (70,135,121). Sum of RGB (Red+Green+Blue) = 70+135+121=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #468779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468779 is #B97886. Grayscale: #717171. Windows color (decimal): -12155015 or 7964486. OLE color: 7964486.

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

Color convert

RGB 70 135 121 -
CMYK 0.48 0 0.10 0.47
HSL 167.08º 0.32% 0.4% -
HSV(B) 167.08º 0.48% 0.53% -
XYZ 14.64 20.01 21.18 -
YUV 113.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 70 135 121 0.48 0 0.10 0.47 167.08 0.32 0.4
Hex 46 87 79 30 0 A 2F A7 20 28
Octal 106 207 171 60 0 12 57 247 40 50
Binary 1000110 10000111 1111001 110000 0 1010 101111 10100111 100000 101000

Color Harmonies of #468779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468779

Black with #468779

Text Example


Text Example

White with #468779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468779; }

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

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

background-color css

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

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

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

border-color css

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

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

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