Html Css Color HEX #469584 Lochinvar

📋 copy color: '#469584'

red 70 ◦ green 149 ◦ blue 132

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

Shades of Lochinvar #469584

Tints of Lochinvar #469584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 19.94%
G = 42.45%
B = 37.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#469584 (or 0x469584) is known color: Lochinvar. HEX triplet: 46, 95 and 84. RGB value is (70,149,132). Sum of RGB (Red+Green+Blue) = 70+149+132=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #469584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469584 is #B96A7B. Grayscale: #7B7B7B. Windows color (decimal): -12151420 or 8688966. OLE color: 8688966.

HSL color Cylindrical-coordinate representation of color #469584: hue angle of 167.09º 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 #469584 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 132 -
CMYK 0.53 0 0.11 0.42
HSL 167.09º 0.36% 0.43% -
HSV(B) 167.09º 0.53% 0.58% -
XYZ 17.44 24.46 25.63 -
YUV 123.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 70 149 132 0.53 0 0.11 0.42 167.09 0.36 0.43
Hex 46 95 84 35 0 B 2A A7 24 2B
Octal 106 225 204 65 0 13 52 247 44 53
Binary 1000110 10010101 10000100 110101 0 1011 101010 10100111 100100 101011

Color Harmonies of #469584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469584

Black with #469584

Text Example


Text Example

White with #469584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469584; }

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

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

background-color css

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

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

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

border-color css

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

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

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