Html Css Color HEX #479C8A Lochinvar

📋 copy color: '#479C8A'

red 71 ◦ green 156 ◦ blue 138

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

Shades of Lochinvar #479C8A

Tints of Lochinvar #479C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 19.45%
G = 42.74%
B = 37.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#479C8A (or 0x479C8A) is known color: Lochinvar. HEX triplet: 47, 9C and 8A. RGB value is (71,156,138). Sum of RGB (Red+Green+Blue) = 71+156+138=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #479C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479C8A is #B86375. Grayscale: #808080. Windows color (decimal): -12084086 or 9083975. OLE color: 9083975.

HSL color Cylindrical-coordinate representation of color #479C8A: hue angle of 167.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C8A is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 156 138 -
CMYK 0.54 0 0.12 0.39
HSL 167.29º 0.37% 0.45% -
HSV(B) 167.29º 0.54% 0.61% -
XYZ 19.07 26.95 28.24 -
YUV 128.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 71 156 138 0.54 0 0.12 0.39 167.29 0.37 0.45
Hex 47 9C 8A 36 0 C 27 A7 25 2D
Octal 107 234 212 66 0 14 47 247 45 55
Binary 1000111 10011100 10001010 110110 0 1100 100111 10100111 100101 101101

Color Harmonies of #479C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479C8A

Black with #479C8A

Text Example


Text Example

White with #479C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,156,138); }

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

background-color css

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

 a { background-color: rgb(71,156,138); }

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

border-color css

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

 span { border-color: rgb(71,156,138); }

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