Html Css Color HEX #47828A Paradiso

📋 copy color: '#47828A'

red 71 ◦ green 130 ◦ blue 138

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

Shades of Paradiso #47828A

Tints of Paradiso #47828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 20.94%
G = 38.35%
B = 40.71%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47828A (or 0x47828A) is known color: Paradiso. HEX triplet: 47, 82 and 8A. RGB value is (71,130,138). Sum of RGB (Red+Green+Blue) = 71+130+138=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #47828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47828A is #B87D75. Grayscale: #717171. Windows color (decimal): -12090742 or 9077319. OLE color: 9077319.

HSL color Cylindrical-coordinate representation of color #47828A: hue angle of 187.16º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47828A is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 130 138 -
CMYK 0.49 0.06 0 0.46
HSL 187.16º 0.32% 0.41% -
HSV(B) 187.16º 0.49% 0.54% -
XYZ 15.17 19.14 26.94 -
YUV 113.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 71 130 138 0.49 0.06 0 0.46 187.16 0.32 0.41
Hex 47 82 8A 31 6 0 2E BB 20 29
Octal 107 202 212 61 6 0 56 273 40 51
Binary 1000111 10000010 10001010 110001 110 0 101110 10111011 100000 101001

Color Harmonies of #47828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47828A

Black with #47828A

Text Example


Text Example

White with #47828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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