Html Css Color HEX #478280 Paradiso

📋 copy color: '#478280'

red 71 ◦ green 130 ◦ blue 128

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

Shades of Paradiso #478280

Tints of Paradiso #478280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

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

R = 21.58%
G = 39.51%
B = 38.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#478280 (or 0x478280) is known color: Paradiso. HEX triplet: 47, 82 and 80. RGB value is (71,130,128). Sum of RGB (Red+Green+Blue) = 71+130+128=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #478280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478280 is #B87D7F. Grayscale: #707070. Windows color (decimal): -12090752 or 8421959. OLE color: 8421959.

HSL color Cylindrical-coordinate representation of color #478280: hue angle of 177.97º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478280 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 128 -
CMYK 0.45 0 0.02 0.49
HSL 177.97º 0.29% 0.39% -
HSV(B) 177.97º 0.45% 0.51% -
XYZ 14.48 18.86 23.3 -
YUV 112.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 71 130 128 0.45 0 0.02 0.49 177.97 0.29 0.39
Hex 47 82 80 2D 0 2 31 B2 1D 27
Octal 107 202 200 55 0 2 61 262 35 47
Binary 1000111 10000010 10000000 101101 0 10 110001 10110010 11101 100111

Color Harmonies of #478280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478280

Black with #478280

Text Example


Text Example

White with #478280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478280; }

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

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

background-color css

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

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

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

border-color css

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

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

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