Html Css Color HEX #478580 Lochinvar

📋 copy color: '#478580'

red 71 ◦ green 133 ◦ blue 128

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

Shades of Lochinvar #478580

Tints of Lochinvar #478580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 21.39%
G = 40.06%
B = 38.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#478580 (or 0x478580) is known color: Lochinvar. HEX triplet: 47, 85 and 80. RGB value is (71,133,128). Sum of RGB (Red+Green+Blue) = 71+133+128=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #478580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478580 is #B87A7F. Grayscale: #717171. Windows color (decimal): -12089984 or 8422727. OLE color: 8422727.

HSL color Cylindrical-coordinate representation of color #478580: hue angle of 175.16º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478580 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 128 -
CMYK 0.47 0 0.04 0.48
HSL 175.16º 0.3% 0.4% -
HSV(B) 175.16º 0.47% 0.52% -
XYZ 14.88 19.67 23.44 -
YUV 113.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 71 133 128 0.47 0 0.04 0.48 175.16 0.3 0.4
Hex 47 85 80 2F 0 4 30 AF 1E 28
Octal 107 205 200 57 0 4 60 257 36 50
Binary 1000111 10000101 10000000 101111 0 100 110000 10101111 11110 101000

Color Harmonies of #478580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478580

Black with #478580

Text Example


Text Example

White with #478580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478580; }

 p { color: rgb(71,133,128); }

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

background-color css

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

 a { background-color: rgb(71,133,128); }

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

border-color css

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

 span { border-color: rgb(71,133,128); }

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