Html Css Color HEX #468783 Lochinvar

📋 copy color: '#468783'

red 70 ◦ green 135 ◦ blue 131

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

Shades of Lochinvar #468783

Tints of Lochinvar #468783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 20.83%
G = 40.18%
B = 38.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#468783 (or 0x468783) is known color: Lochinvar. HEX triplet: 46, 87 and 83. RGB value is (70,135,131). Sum of RGB (Red+Green+Blue) = 70+135+131=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #468783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468783 is #B9787C. Grayscale: #737373. Windows color (decimal): -12155005 or 8619846. OLE color: 8619846.

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

Color convert

RGB 70 135 131 -
CMYK 0.48 0 0.03 0.47
HSL 176.31º 0.32% 0.4% -
HSV(B) 176.31º 0.48% 0.53% -
XYZ 15.29 20.27 24.58 -
YUV 115.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 70 135 131 0.48 0 0.03 0.47 176.31 0.32 0.4
Hex 46 87 83 30 0 3 2F B0 20 28
Octal 106 207 203 60 0 3 57 260 40 50
Binary 1000110 10000111 10000011 110000 0 11 101111 10110000 100000 101000

Color Harmonies of #468783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468783

Black with #468783

Text Example


Text Example

White with #468783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468783; }

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

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

background-color css

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

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

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

border-color css

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

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

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