Html Css Color HEX #469583 Lochinvar

📋 copy color: '#469583'

red 70 ◦ green 149 ◦ blue 131

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

Shades of Lochinvar #469583

Tints of Lochinvar #469583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

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

R = 20%
G = 42.57%
B = 37.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#469583 (or 0x469583) is known color: Lochinvar. HEX triplet: 46, 95 and 83. RGB value is (70,149,131). Sum of RGB (Red+Green+Blue) = 70+149+131=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #469583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469583 is #B96A7C. Grayscale: #7B7B7B. Windows color (decimal): -12151421 or 8623430. OLE color: 8623430.

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

Color convert

RGB 70 149 131 -
CMYK 0.53 0 0.12 0.42
HSL 166.33º 0.36% 0.43% -
HSV(B) 166.33º 0.53% 0.58% -
XYZ 17.37 24.44 25.27 -
YUV 123.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 70 149 131 0.53 0 0.12 0.42 166.33 0.36 0.43
Hex 46 95 83 35 0 C 2A A6 24 2B
Octal 106 225 203 65 0 14 52 246 44 53
Binary 1000110 10010101 10000011 110101 0 1100 101010 10100110 100100 101011

Color Harmonies of #469583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469583

Black with #469583

Text Example


Text Example

White with #469583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469583; }

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

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

background-color css

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

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

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

border-color css

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

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

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