Html Css Color HEX #47888A Paradiso

📋 copy color: '#47888A'

red 71 ◦ green 136 ◦ blue 138

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

Shades of Paradiso #47888A

Tints of Paradiso #47888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 20.58%
G = 39.42%
B = 40%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47888A (or 0x47888A) is known color: Paradiso. HEX triplet: 47, 88 and 8A. RGB value is (71,136,138). Sum of RGB (Red+Green+Blue) = 71+136+138=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #47888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47888A is #B87775. Grayscale: #747474. Windows color (decimal): -12089206 or 9078855. OLE color: 9078855.

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

Color convert

RGB 71 136 138 -
CMYK 0.49 0.01 0 0.46
HSL 181.79º 0.32% 0.41% -
HSV(B) 181.79º 0.49% 0.54% -
XYZ 15.99 20.78 27.21 -
YUV 116.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 71 136 138 0.49 0.01 0 0.46 181.79 0.32 0.41
Hex 47 88 8A 31 1 0 2E B6 20 29
Octal 107 210 212 61 1 0 56 266 40 51
Binary 1000111 10001000 10001010 110001 1 0 101110 10110110 100000 101001

Color Harmonies of #47888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47888A

Black with #47888A

Text Example


Text Example

White with #47888A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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