Html Css Color HEX #468D82 Lochinvar

📋 copy color: '#468D82'

red 70 ◦ green 141 ◦ blue 130

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

Shades of Lochinvar #468D82

Tints of Lochinvar #468D82

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 20.53%
G = 41.35%
B = 38.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#468D82 (or 0x468D82) is known color: Lochinvar. HEX triplet: 46, 8D and 82. RGB value is (70,141,130). Sum of RGB (Red+Green+Blue) = 70+141+130=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #468D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468D82 is #B9727D. Grayscale: #767676. Windows color (decimal): -12153470 or 8555846. OLE color: 8555846.

HSL color Cylindrical-coordinate representation of color #468D82: hue angle of 170.7º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D82 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 130 -
CMYK 0.50 0 0.08 0.45
HSL 170.7º 0.34% 0.41% -
HSV(B) 170.7º 0.5% 0.55% -
XYZ 16.08 21.96 24.51 -
YUV 118.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 70 141 130 0.50 0 0.08 0.45 170.7 0.34 0.41
Hex 46 8D 82 32 0 8 2D AB 22 29
Octal 106 215 202 62 0 10 55 253 42 51
Binary 1000110 10001101 10000010 110010 0 1000 101101 10101011 100010 101001

Color Harmonies of #468D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D82

Black with #468D82

Text Example


Text Example

White with #468D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D82; }

 p { color: rgb(70,141,130); }

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

background-color css

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

 a { background-color: rgb(70,141,130); }

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

border-color css

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

 span { border-color: rgb(70,141,130); }

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