Html Css Color HEX #468782 Lochinvar

📋 copy color: '#468782'

red 70 ◦ green 135 ◦ blue 130

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

Shades of Lochinvar #468782

Tints of Lochinvar #468782

RGB

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

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

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

R = 20.9%
G = 40.3%
B = 38.81%

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

#468782 (or 0x468782) is known color: Lochinvar. HEX triplet: 46, 87 and 82. RGB value is (70,135,130). Sum of RGB (Red+Green+Blue) = 70+135+130=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #468782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468782 is #B9787D. Grayscale: #727272. Windows color (decimal): -12155006 or 8554310. OLE color: 8554310.

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

Color convert

RGB 70 135 130 -
CMYK 0.48 0 0.04 0.47
HSL 175.38º 0.32% 0.4% -
HSV(B) 175.38º 0.48% 0.53% -
XYZ 15.22 20.24 24.22 -
YUV 115 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 70 135 130 0.48 0 0.04 0.47 175.38 0.32 0.4
Hex 46 87 82 30 0 4 2F AF 20 28
Octal 106 207 202 60 0 4 57 257 40 50
Binary 1000110 10000111 10000010 110000 0 100 101111 10101111 100000 101000

Color Harmonies of #468782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468782

Black with #468782

Text Example


Text Example

White with #468782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468782; }

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

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

background-color css

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

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

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

border-color css

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

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

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