Html Css Color HEX #469788 Lochinvar

📋 copy color: '#469788'

red 70 ◦ green 151 ◦ blue 136

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

Shades of Lochinvar #469788

Tints of Lochinvar #469788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 19.61%
G = 42.3%
B = 38.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#469788 (or 0x469788) is known color: Lochinvar. HEX triplet: 46, 97 and 88. RGB value is (70,151,136). Sum of RGB (Red+Green+Blue) = 70+151+136=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #469788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469788 is #B96877. Grayscale: #7D7D7D. Windows color (decimal): -12150904 or 8951622. OLE color: 8951622.

HSL color Cylindrical-coordinate representation of color #469788: hue angle of 168.89º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469788 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 151 136 -
CMYK 0.54 0 0.10 0.41
HSL 168.89º 0.37% 0.43% -
HSV(B) 168.89º 0.54% 0.59% -
XYZ 18.04 25.21 27.21 -
YUV 125.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 70 151 136 0.54 0 0.10 0.41 168.89 0.37 0.43
Hex 46 97 88 36 0 A 29 A9 25 2B
Octal 106 227 210 66 0 12 51 251 45 53
Binary 1000110 10010111 10001000 110110 0 1010 101001 10101001 100101 101011

Color Harmonies of #469788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469788

Black with #469788

Text Example


Text Example

White with #469788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469788; }

 p { color: rgb(70,151,136); }

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

background-color css

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

 a { background-color: rgb(70,151,136); }

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

border-color css

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

 span { border-color: rgb(70,151,136); }

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