Html Css Color HEX #479288 Lochinvar

📋 copy color: '#479288'

red 71 ◦ green 146 ◦ blue 136

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

Shades of Lochinvar #479288

Tints of Lochinvar #479288

RGB

 RED value IS 71 (28.13% from 255) = 20.11%

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

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

R = 20.11%
G = 41.36%
B = 38.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#479288 (or 0x479288) is known color: Lochinvar. HEX triplet: 47, 92 and 88. RGB value is (71,146,136). Sum of RGB (Red+Green+Blue) = 71+146+136=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #479288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479288 is #B86D77. Grayscale: #7A7A7A. Windows color (decimal): -12086648 or 8950343. OLE color: 8950343.

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

Color convert

RGB 71 146 136 -
CMYK 0.51 0 0.07 0.43
HSL 172º 0.35% 0.43% -
HSV(B) 172º 0.51% 0.57% -
XYZ 17.32 23.67 26.95 -
YUV 122.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 71 146 136 0.51 0 0.07 0.43 172 0.35 0.43
Hex 47 92 88 33 0 7 2B AC 23 2B
Octal 107 222 210 63 0 7 53 254 43 53
Binary 1000111 10010010 10001000 110011 0 111 101011 10101100 100011 101011

Color Harmonies of #479288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479288

Black with #479288

Text Example


Text Example

White with #479288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479288; }

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

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

background-color css

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

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

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

border-color css

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

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

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