Html Css Color HEX #469887 Lochinvar

📋 copy color: '#469887'

red 70 ◦ green 152 ◦ blue 135

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

Shades of Lochinvar #469887

Tints of Lochinvar #469887

RGB

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

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

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

R = 19.61%
G = 42.58%
B = 37.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#469887 (or 0x469887) is known color: Lochinvar. HEX triplet: 46, 98 and 87. RGB value is (70,152,135). Sum of RGB (Red+Green+Blue) = 70+152+135=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #469887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469887 is #B96778. Grayscale: #7D7D7D. Windows color (decimal): -12150649 or 8886342. OLE color: 8886342.

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

Color convert

RGB 70 152 135 -
CMYK 0.54 0 0.11 0.40
HSL 167.56º 0.37% 0.44% -
HSV(B) 167.56º 0.54% 0.6% -
XYZ 18.13 25.51 26.89 -
YUV 125.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 70 152 135 0.54 0 0.11 0.40 167.56 0.37 0.44
Hex 46 98 87 36 0 B 28 A8 25 2C
Octal 106 230 207 66 0 13 50 250 45 54
Binary 1000110 10011000 10000111 110110 0 1011 101000 10101000 100101 101100

Color Harmonies of #469887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469887

Black with #469887

Text Example


Text Example

White with #469887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469887; }

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

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

background-color css

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

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

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

border-color css

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

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

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