Html Css Color HEX #47888B Paradiso

📋 copy color: '#47888B'

red 71 ◦ green 136 ◦ blue 139

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

Shades of Paradiso #47888B

Tints of Paradiso #47888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 20.52%
G = 39.31%
B = 40.17%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47888B (or 0x47888B) is known color: Paradiso. HEX triplet: 47, 88 and 8B. RGB value is (71,136,139). Sum of RGB (Red+Green+Blue) = 71+136+139=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #47888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47888B is #B87774. Grayscale: #747474. Windows color (decimal): -12089205 or 9144391. OLE color: 9144391.

HSL color Cylindrical-coordinate representation of color #47888B: hue angle of 182.65º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47888B is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 136 139 -
CMYK 0.49 0.02 0 0.45
HSL 182.65º 0.32% 0.41% -
HSV(B) 182.65º 0.49% 0.55% -
XYZ 16.06 20.81 27.6 -
YUV 116.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 71 136 139 0.49 0.02 0 0.45 182.65 0.32 0.41
Hex 47 88 8B 31 2 0 2D B7 20 29
Octal 107 210 213 61 2 0 55 267 40 51
Binary 1000111 10001000 10001011 110001 10 0 101101 10110111 100000 101001

Color Harmonies of #47888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47888B

Black with #47888B

Text Example


Text Example

White with #47888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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