Html Css Color HEX #478C82 Lochinvar

📋 copy color: '#478C82'

red 71 ◦ green 140 ◦ blue 130

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

Shades of Lochinvar #478C82

Tints of Lochinvar #478C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.06%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 20.82%
G = 41.06%
B = 38.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#478C82 (or 0x478C82) is known color: Lochinvar. HEX triplet: 47, 8C and 82. RGB value is (71,140,130). Sum of RGB (Red+Green+Blue) = 71+140+130=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #478C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C82 is #B8737D. Grayscale: #767676. Windows color (decimal): -12088190 or 8555591. OLE color: 8555591.

HSL color Cylindrical-coordinate representation of color #478C82: hue angle of 171.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C82 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 140 130 -
CMYK 0.49 0 0.07 0.45
HSL 171.3º 0.33% 0.41% -
HSV(B) 171.3º 0.49% 0.55% -
XYZ 16.01 21.71 24.47 -
YUV 118.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 71 140 130 0.49 0 0.07 0.45 171.3 0.33 0.41
Hex 47 8C 82 31 0 7 2D AB 21 29
Octal 107 214 202 61 0 7 55 253 41 51
Binary 1000111 10001100 10000010 110001 0 111 101101 10101011 100001 101001

Color Harmonies of #478C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478C82

Black with #478C82

Text Example


Text Example

White with #478C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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