Html Css Color HEX #468780 Lochinvar

📋 copy color: '#468780'

red 70 ◦ green 135 ◦ blue 128

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

Shades of Lochinvar #468780

Tints of Lochinvar #468780

RGB

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

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

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

R = 21.02%
G = 40.54%
B = 38.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#468780 (or 0x468780) is known color: Lochinvar. HEX triplet: 46, 87 and 80. RGB value is (70,135,128). Sum of RGB (Red+Green+Blue) = 70+135+128=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #468780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468780 is #B9787F. Grayscale: #727272. Windows color (decimal): -12155008 or 8423238. OLE color: 8423238.

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

Color convert

RGB 70 135 128 -
CMYK 0.48 0 0.05 0.47
HSL 173.54º 0.32% 0.4% -
HSV(B) 173.54º 0.48% 0.53% -
XYZ 15.09 20.19 23.52 -
YUV 114.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 70 135 128 0.48 0 0.05 0.47 173.54 0.32 0.4
Hex 46 87 80 30 0 5 2F AE 20 28
Octal 106 207 200 60 0 5 57 256 40 50
Binary 1000110 10000111 10000000 110000 0 101 101111 10101110 100000 101000

Color Harmonies of #468780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468780

Black with #468780

Text Example


Text Example

White with #468780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468780; }

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

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

background-color css

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

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

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

border-color css

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

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

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