Html Css Color HEX #469083 Lochinvar

📋 copy color: '#469083'

red 70 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #469083

Tints of Lochinvar #469083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 20.29%
G = 41.74%
B = 37.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#469083 (or 0x469083) is known color: Lochinvar. HEX triplet: 46, 90 and 83. RGB value is (70,144,131). Sum of RGB (Red+Green+Blue) = 70+144+131=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #469083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469083 is #B96F7C. Grayscale: #787878. Windows color (decimal): -12152701 or 8622150. OLE color: 8622150.

HSL color Cylindrical-coordinate representation of color #469083: hue angle of 169.46º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469083 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 131 -
CMYK 0.51 0 0.09 0.44
HSL 169.46º 0.35% 0.42% -
HSV(B) 169.46º 0.51% 0.56% -
XYZ 16.6 22.89 25.02 -
YUV 120.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 70 144 131 0.51 0 0.09 0.44 169.46 0.35 0.42
Hex 46 90 83 33 0 9 2C A9 23 2A
Octal 106 220 203 63 0 11 54 251 43 52
Binary 1000110 10010000 10000011 110011 0 1001 101100 10101001 100011 101010

Color Harmonies of #469083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469083

Black with #469083

Text Example


Text Example

White with #469083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469083; }

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

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

background-color css

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

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

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

border-color css

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

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

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