Html Css Color HEX #469088 Lochinvar

📋 copy color: '#469088'

red 70 ◦ green 144 ◦ blue 136

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

Shades of Lochinvar #469088

Tints of Lochinvar #469088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

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

R = 20%
G = 41.14%
B = 38.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#469088 (or 0x469088) is known color: Lochinvar. HEX triplet: 46, 90 and 88. RGB value is (70,144,136). Sum of RGB (Red+Green+Blue) = 70+144+136=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #469088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469088 is #B96F77. Grayscale: #787878. Windows color (decimal): -12152696 or 8949830. OLE color: 8949830.

HSL color Cylindrical-coordinate representation of color #469088: hue angle of 173.51º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469088 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 136 -
CMYK 0.51 0 0.06 0.44
HSL 173.51º 0.35% 0.42% -
HSV(B) 173.51º 0.51% 0.56% -
XYZ 16.94 23.03 26.84 -
YUV 120.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 70 144 136 0.51 0 0.06 0.44 173.51 0.35 0.42
Hex 46 90 88 33 0 6 2C AE 23 2A
Octal 106 220 210 63 0 6 54 256 43 52
Binary 1000110 10010000 10001000 110011 0 110 101100 10101110 100011 101010

Color Harmonies of #469088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469088

Black with #469088

Text Example


Text Example

White with #469088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469088; }

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

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

background-color css

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

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

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

border-color css

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

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

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