Html Css Color HEX #469980 Lochinvar

📋 copy color: '#469980'

red 70 ◦ green 153 ◦ blue 128

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

Shades of Lochinvar #469980

Tints of Lochinvar #469980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

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

R = 19.94%
G = 43.59%
B = 36.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#469980 (or 0x469980) is known color: Lochinvar. HEX triplet: 46, 99 and 80. RGB value is (70,153,128). Sum of RGB (Red+Green+Blue) = 70+153+128=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #469980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469980 is #B9667F. Grayscale: #7D7D7D. Windows color (decimal): -12150400 or 8427846. OLE color: 8427846.

HSL color Cylindrical-coordinate representation of color #469980: hue angle of 161.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469980 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 128 -
CMYK 0.54 0 0.16 0.4
HSL 161.93º 0.37% 0.44% -
HSV(B) 161.93º 0.54% 0.6% -
XYZ 17.81 25.64 24.43 -
YUV 125.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 70 153 128 0.54 0 0.16 0.4 161.93 0.37 0.44
Hex 46 99 80 36 0 10 28 A2 25 2C
Octal 106 231 200 66 0 20 50 242 45 54
Binary 1000110 10011001 10000000 110110 0 10000 101000 10100010 100101 101100

Color Harmonies of #469980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469980

Black with #469980

Text Example


Text Example

White with #469980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469980; }

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

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

background-color css

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

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

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

border-color css

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

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

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