Html Css Color HEX #47848E Paradiso

📋 copy color: '#47848E'

red 71 ◦ green 132 ◦ blue 142

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

Shades of Paradiso #47848E

Tints of Paradiso #47848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 20.58%
G = 38.26%
B = 41.16%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47848E (or 0x47848E) is known color: Paradiso. HEX triplet: 47, 84 and 8E. RGB value is (71,132,142). Sum of RGB (Red+Green+Blue) = 71+132+142=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #47848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47848E is #B87B71. Grayscale: #727272. Windows color (decimal): -12090226 or 9339975. OLE color: 9339975.

HSL color Cylindrical-coordinate representation of color #47848E: hue angle of 188.45º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47848E is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 132 142 -
CMYK 0.5 0.07 0 0.44
HSL 188.45º 0.33% 0.42% -
HSV(B) 188.45º 0.5% 0.56% -
XYZ 15.73 19.8 28.58 -
YUV 114.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 71 132 142 0.5 0.07 0 0.44 188.45 0.33 0.42
Hex 47 84 8E 32 7 0 2C BC 21 2A
Octal 107 204 216 62 7 0 54 274 41 52
Binary 1000111 10000100 10001110 110010 111 0 101100 10111100 100001 101010

Color Harmonies of #47848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47848E

Black with #47848E

Text Example


Text Example

White with #47848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47848E; }

 p { color: rgb(71,132,142); }

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

background-color css

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

 a { background-color: rgb(71,132,142); }

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

border-color css

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

 span { border-color: rgb(71,132,142); }

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