Html Css Color HEX #47858D Paradiso

📋 copy color: '#47858D'

red 71 ◦ green 133 ◦ blue 141

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

Shades of Paradiso #47858D

Tints of Paradiso #47858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

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

R = 20.58%
G = 38.55%
B = 40.87%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47858D (or 0x47858D) is known color: Paradiso. HEX triplet: 47, 85 and 8D. RGB value is (71,133,141). Sum of RGB (Red+Green+Blue) = 71+133+141=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #47858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47858D is #B87A72. Grayscale: #737373. Windows color (decimal): -12089971 or 9274695. OLE color: 9274695.

HSL color Cylindrical-coordinate representation of color #47858D: hue angle of 186.86º 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 #47858D is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 133 141 -
CMYK 0.50 0.06 0 0.45
HSL 186.86º 0.33% 0.42% -
HSV(B) 186.86º 0.5% 0.55% -
XYZ 15.79 20.04 28.23 -
YUV 115.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 71 133 141 0.50 0.06 0 0.45 186.86 0.33 0.42
Hex 47 85 8D 32 6 0 2D BB 21 2A
Octal 107 205 215 62 6 0 55 273 41 52
Binary 1000111 10000101 10001101 110010 110 0 101101 10111011 100001 101010

Color Harmonies of #47858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47858D

Black with #47858D

Text Example


Text Example

White with #47858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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