Html Css Color HEX #47828D Paradiso

📋 copy color: '#47828D'

red 71 ◦ green 130 ◦ blue 141

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

Shades of Paradiso #47828D

Tints of Paradiso #47828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 20.76%
G = 38.01%
B = 41.23%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47828D (or 0x47828D) is known color: Paradiso. HEX triplet: 47, 82 and 8D. RGB value is (71,130,141). Sum of RGB (Red+Green+Blue) = 71+130+141=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #47828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47828D is #B87D72. Grayscale: #717171. Windows color (decimal): -12090739 or 9273927. OLE color: 9273927.

HSL color Cylindrical-coordinate representation of color #47828D: hue angle of 189.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47828D is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 130 141 -
CMYK 0.50 0.08 0 0.45
HSL 189.43º 0.33% 0.42% -
HSV(B) 189.43º 0.5% 0.55% -
XYZ 15.39 19.23 28.1 -
YUV 113.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 71 130 141 0.50 0.08 0 0.45 189.43 0.33 0.42
Hex 47 82 8D 32 8 0 2D BD 21 2A
Octal 107 202 215 62 10 0 55 275 41 52
Binary 1000111 10000010 10001101 110010 1000 0 101101 10111101 100001 101010

Color Harmonies of #47828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47828D

Black with #47828D

Text Example


Text Example

White with #47828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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