Html Css Color HEX #469882 Lochinvar

📋 copy color: '#469882'

red 70 ◦ green 152 ◦ blue 130

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

Shades of Lochinvar #469882

Tints of Lochinvar #469882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 19.89%
G = 43.18%
B = 36.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#469882 (or 0x469882) is known color: Lochinvar. HEX triplet: 46, 98 and 82. RGB value is (70,152,130). Sum of RGB (Red+Green+Blue) = 70+152+130=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #469882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469882 is #B9677D. Grayscale: #7C7C7C. Windows color (decimal): -12150654 or 8558662. OLE color: 8558662.

HSL color Cylindrical-coordinate representation of color #469882: hue angle of 163.9º 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 #469882 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 130 -
CMYK 0.54 0 0.14 0.40
HSL 163.9º 0.37% 0.44% -
HSV(B) 163.9º 0.54% 0.6% -
XYZ 17.78 25.37 25.08 -
YUV 124.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 70 152 130 0.54 0 0.14 0.40 163.9 0.37 0.44
Hex 46 98 82 36 0 E 28 A4 25 2C
Octal 106 230 202 66 0 16 50 244 45 54
Binary 1000110 10011000 10000010 110110 0 1110 101000 10100100 100101 101100

Color Harmonies of #469882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469882

Black with #469882

Text Example


Text Example

White with #469882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469882; }

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

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

background-color css

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

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

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

border-color css

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

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

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