Html Css Color HEX #469487 Lochinvar

📋 copy color: '#469487'

red 70 ◦ green 148 ◦ blue 135

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

Shades of Lochinvar #469487

Tints of Lochinvar #469487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 19.83%
G = 41.93%
B = 38.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#469487 (or 0x469487) is known color: Lochinvar. HEX triplet: 46, 94 and 87. RGB value is (70,148,135). Sum of RGB (Red+Green+Blue) = 70+148+135=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #469487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469487 is #B96B78. Grayscale: #7B7B7B. Windows color (decimal): -12151673 or 8885318. OLE color: 8885318.

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

Color convert

RGB 70 148 135 -
CMYK 0.53 0 0.09 0.42
HSL 170º 0.36% 0.43% -
HSV(B) 170º 0.53% 0.58% -
XYZ 17.49 24.23 26.68 -
YUV 123.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 70 148 135 0.53 0 0.09 0.42 170 0.36 0.43
Hex 46 94 87 35 0 9 2A AA 24 2B
Octal 106 224 207 65 0 11 52 252 44 53
Binary 1000110 10010100 10000111 110101 0 1001 101010 10101010 100100 101011

Color Harmonies of #469487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469487

Black with #469487

Text Example


Text Example

White with #469487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469487; }

 p { color: rgb(70,148,135); }

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

background-color css

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

 a { background-color: rgb(70,148,135); }

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

border-color css

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

 span { border-color: rgb(70,148,135); }

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