Html Css Color HEX #469883 Lochinvar

📋 copy color: '#469883'

red 70 ◦ green 152 ◦ blue 131

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

Shades of Lochinvar #469883

Tints of Lochinvar #469883

RGB

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

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

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

R = 19.83%
G = 43.06%
B = 37.11%

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

#469883 (or 0x469883) is known color: Lochinvar. HEX triplet: 46, 98 and 83. RGB value is (70,152,131). Sum of RGB (Red+Green+Blue) = 70+152+131=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #469883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469883 is #B9677C. Grayscale: #7D7D7D. Windows color (decimal): -12150653 or 8624198. OLE color: 8624198.

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

Color convert

RGB 70 152 131 -
CMYK 0.54 0 0.14 0.40
HSL 164.63º 0.37% 0.44% -
HSV(B) 164.63º 0.54% 0.6% -
XYZ 17.85 25.4 25.43 -
YUV 125.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 70 152 131 0.54 0 0.14 0.40 164.63 0.37 0.44
Hex 46 98 83 36 0 E 28 A5 25 2C
Octal 106 230 203 66 0 16 50 245 45 54
Binary 1000110 10011000 10000011 110110 0 1110 101000 10100101 100101 101100

Color Harmonies of #469883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469883

Black with #469883

Text Example


Text Example

White with #469883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469883; }

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

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

background-color css

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

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

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

border-color css

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

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

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