Html Css Color HEX #468681 Lochinvar

📋 copy color: '#468681'

red 70 ◦ green 134 ◦ blue 129

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

Shades of Lochinvar #468681

Tints of Lochinvar #468681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 21.02%
G = 40.24%
B = 38.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#468681 (or 0x468681) is known color: Lochinvar. HEX triplet: 46, 86 and 81. RGB value is (70,134,129). Sum of RGB (Red+Green+Blue) = 70+134+129=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #468681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468681 is #B9797E. Grayscale: #727272. Windows color (decimal): -12155263 or 8488518. OLE color: 8488518.

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

Color convert

RGB 70 134 129 -
CMYK 0.48 0 0.04 0.47
HSL 175.31º 0.31% 0.4% -
HSV(B) 175.31º 0.48% 0.53% -
XYZ 15.01 19.94 23.83 -
YUV 114.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 70 134 129 0.48 0 0.04 0.47 175.31 0.31 0.4
Hex 46 86 81 30 0 4 2F AF 1F 28
Octal 106 206 201 60 0 4 57 257 37 50
Binary 1000110 10000110 10000001 110000 0 100 101111 10101111 11111 101000

Color Harmonies of #468681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468681

Black with #468681

Text Example


Text Example

White with #468681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468681; }

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

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

background-color css

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

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

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

border-color css

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

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

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