Html Css Color HEX #468579 Lochinvar

📋 copy color: '#468579'

red 70 ◦ green 133 ◦ blue 121

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

Shades of Lochinvar #468579

Tints of Lochinvar #468579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.05%

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

R = 21.6%
G = 41.05%
B = 37.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#468579 (or 0x468579) is known color: Lochinvar. HEX triplet: 46, 85 and 79. RGB value is (70,133,121). Sum of RGB (Red+Green+Blue) = 70+133+121=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #468579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468579 is #B97A86. Grayscale: #707070. Windows color (decimal): -12155527 or 7963974. OLE color: 7963974.

HSL color Cylindrical-coordinate representation of color #468579: hue angle of 168.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468579 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 121 -
CMYK 0.47 0 0.09 0.48
HSL 168.57º 0.31% 0.4% -
HSV(B) 168.57º 0.47% 0.52% -
XYZ 14.36 19.46 21.09 -
YUV 112.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 70 133 121 0.47 0 0.09 0.48 168.57 0.31 0.4
Hex 46 85 79 2F 0 9 30 A9 1F 28
Octal 106 205 171 57 0 11 60 251 37 50
Binary 1000110 10000101 1111001 101111 0 1001 110000 10101001 11111 101000

Color Harmonies of #468579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468579

Black with #468579

Text Example


Text Example

White with #468579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468579; }

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

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

background-color css

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

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

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

border-color css

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

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

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