Html Css Color HEX #468680 Lochinvar

📋 copy color: '#468680'

red 70 ◦ green 134 ◦ blue 128

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

Shades of Lochinvar #468680

Tints of Lochinvar #468680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 21.08%
G = 40.36%
B = 38.55%

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

#468680 (or 0x468680) is known color: Lochinvar. HEX triplet: 46, 86 and 80. RGB value is (70,134,128). Sum of RGB (Red+Green+Blue) = 70+134+128=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #468680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468680 is #B9797F. Grayscale: #727272. Windows color (decimal): -12155264 or 8422982. OLE color: 8422982.

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

Color convert

RGB 70 134 128 -
CMYK 0.48 0 0.04 0.47
HSL 174.38º 0.31% 0.4% -
HSV(B) 174.38º 0.48% 0.53% -
XYZ 14.95 19.91 23.48 -
YUV 114.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 70 134 128 0.48 0 0.04 0.47 174.38 0.31 0.4
Hex 46 86 80 30 0 4 2F AE 1F 28
Octal 106 206 200 60 0 4 57 256 37 50
Binary 1000110 10000110 10000000 110000 0 100 101111 10101110 11111 101000

Color Harmonies of #468680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468680

Black with #468680

Text Example


Text Example

White with #468680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468680; }

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

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

background-color css

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

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

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

border-color css

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

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

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