Html Css Color HEX #469388 Lochinvar

📋 copy color: '#469388'

red 70 ◦ green 147 ◦ blue 136

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

Shades of Lochinvar #469388

Tints of Lochinvar #469388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

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

R = 19.83%
G = 41.64%
B = 38.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#469388 (or 0x469388) is known color: Lochinvar. HEX triplet: 46, 93 and 88. RGB value is (70,147,136). Sum of RGB (Red+Green+Blue) = 70+147+136=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #469388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469388 is #B96C77. Grayscale: #7A7A7A. Windows color (decimal): -12151928 or 8950598. OLE color: 8950598.

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

Color convert

RGB 70 147 136 -
CMYK 0.52 0 0.07 0.42
HSL 171.43º 0.35% 0.43% -
HSV(B) 171.43º 0.52% 0.58% -
XYZ 17.4 23.95 27 -
YUV 122.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 70 147 136 0.52 0 0.07 0.42 171.43 0.35 0.43
Hex 46 93 88 34 0 7 2A AB 23 2B
Octal 106 223 210 64 0 7 52 253 43 53
Binary 1000110 10010011 10001000 110100 0 111 101010 10101011 100011 101011

Color Harmonies of #469388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469388

Black with #469388

Text Example


Text Example

White with #469388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469388; }

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

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

background-color css

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

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

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

border-color css

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

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

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