Html Css Color HEX #478180 Paradiso

📋 copy color: '#478180'

red 71 ◦ green 129 ◦ blue 128

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

Shades of Paradiso #478180

Tints of Paradiso #478180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

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

R = 21.65%
G = 39.33%
B = 39.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#478180 (or 0x478180) is known color: Paradiso. HEX triplet: 47, 81 and 80. RGB value is (71,129,128). Sum of RGB (Red+Green+Blue) = 71+129+128=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #478180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478180 is #B87E7F. Grayscale: #6F6F6F. Windows color (decimal): -12091008 or 8421703. OLE color: 8421703.

HSL color Cylindrical-coordinate representation of color #478180: hue angle of 178.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 #478180 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 129 128 -
CMYK 0.45 0 0.01 0.49
HSL 178.97º 0.29% 0.39% -
HSV(B) 178.97º 0.45% 0.51% -
XYZ 14.35 18.6 23.26 -
YUV 111.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 71 129 128 0.45 0 0.01 0.49 178.97 0.29 0.39
Hex 47 81 80 2D 0 1 31 B3 1D 27
Octal 107 201 200 55 0 1 61 263 35 47
Binary 1000111 10000001 10000000 101101 0 1 110001 10110011 11101 100111

Color Harmonies of #478180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478180

Black with #478180

Text Example


Text Example

White with #478180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478180; }

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

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

background-color css

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

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

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

border-color css

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

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

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