Html Css Color HEX #469288 Lochinvar

📋 copy color: '#469288'

red 70 ◦ green 146 ◦ blue 136

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

Shades of Lochinvar #469288

Tints of Lochinvar #469288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

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

R = 19.89%
G = 41.48%
B = 38.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#469288 (or 0x469288) is known color: Lochinvar. HEX triplet: 46, 92 and 88. RGB value is (70,146,136). Sum of RGB (Red+Green+Blue) = 70+146+136=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #469288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469288 is #B96D77. Grayscale: #7A7A7A. Windows color (decimal): -12152184 or 8950342. OLE color: 8950342.

HSL color Cylindrical-coordinate representation of color #469288: hue angle of 172.11º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469288 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 136 -
CMYK 0.52 0 0.07 0.43
HSL 172.11º 0.35% 0.42% -
HSV(B) 172.11º 0.52% 0.57% -
XYZ 17.25 23.64 26.95 -
YUV 122.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 70 146 136 0.52 0 0.07 0.43 172.11 0.35 0.42
Hex 46 92 88 34 0 7 2B AC 23 2A
Octal 106 222 210 64 0 7 53 254 43 52
Binary 1000110 10010010 10001000 110100 0 111 101011 10101100 100011 101010

Color Harmonies of #469288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469288

Black with #469288

Text Example


Text Example

White with #469288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469288; }

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

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

background-color css

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

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

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

border-color css

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

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

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