Html Css Color HEX #469380 Lochinvar

📋 copy color: '#469380'

red 70 ◦ green 147 ◦ blue 128

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

Shades of Lochinvar #469380

Tints of Lochinvar #469380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

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

R = 20.29%
G = 42.61%
B = 37.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#469380 (or 0x469380) is known color: Lochinvar. HEX triplet: 46, 93 and 80. RGB value is (70,147,128). Sum of RGB (Red+Green+Blue) = 70+147+128=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #469380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469380 is #B96C7F. Grayscale: #797979. Windows color (decimal): -12151936 or 8426310. OLE color: 8426310.

HSL color Cylindrical-coordinate representation of color #469380: hue angle of 165.19º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469380 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 147 128 -
CMYK 0.52 0 0.13 0.42
HSL 165.19º 0.35% 0.43% -
HSV(B) 165.19º 0.52% 0.58% -
XYZ 16.86 23.73 24.11 -
YUV 121.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 70 147 128 0.52 0 0.13 0.42 165.19 0.35 0.43
Hex 46 93 80 34 0 D 2A A5 23 2B
Octal 106 223 200 64 0 15 52 245 43 53
Binary 1000110 10010011 10000000 110100 0 1101 101010 10100101 100011 101011

Color Harmonies of #469380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469380

Black with #469380

Text Example


Text Example

White with #469380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469380; }

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

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

background-color css

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

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

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

border-color css

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

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

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