Html Css Color HEX #479A8C Lochinvar

📋 copy color: '#479A8C'

red 71 ◦ green 154 ◦ blue 140

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

Shades of Lochinvar #479A8C

Tints of Lochinvar #479A8C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 19.45%
G = 42.19%
B = 38.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#479A8C (or 0x479A8C) is known color: Lochinvar. HEX triplet: 47, 9A and 8C. RGB value is (71,154,140). Sum of RGB (Red+Green+Blue) = 71+154+140=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #479A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479A8C is #B86573. Grayscale: #7F7F7F. Windows color (decimal): -12084596 or 9214535. OLE color: 9214535.

HSL color Cylindrical-coordinate representation of color #479A8C: hue angle of 169.88º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A8C is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 154 140 -
CMYK 0.54 0 0.09 0.40
HSL 169.88º 0.37% 0.44% -
HSV(B) 169.88º 0.54% 0.6% -
XYZ 18.89 26.34 28.9 -
YUV 127.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 71 154 140 0.54 0 0.09 0.40 169.88 0.37 0.44
Hex 47 9A 8C 36 0 9 28 AA 25 2C
Octal 107 232 214 66 0 11 50 252 45 54
Binary 1000111 10011010 10001100 110110 0 1001 101000 10101010 100101 101100

Color Harmonies of #479A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479A8C

Black with #479A8C

Text Example


Text Example

White with #479A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479A8C; }

 p { color: rgb(71,154,140); }

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

background-color css

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

 a { background-color: rgb(71,154,140); }

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

border-color css

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

 span { border-color: rgb(71,154,140); }

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