Html Css Color HEX #478186 Paradiso

📋 copy color: '#478186'

red 71 ◦ green 129 ◦ blue 134

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

Shades of Paradiso #478186

Tints of Paradiso #478186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 21.26%
G = 38.62%
B = 40.12%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#478186 (or 0x478186) is known color: Paradiso. HEX triplet: 47, 81 and 86. RGB value is (71,129,134). Sum of RGB (Red+Green+Blue) = 71+129+134=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #478186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478186 is #B87E79. Grayscale: #707070. Windows color (decimal): -12091002 or 8814919. OLE color: 8814919.

HSL color Cylindrical-coordinate representation of color #478186: hue angle of 184.76º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478186 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 129 134 -
CMYK 0.47 0.04 0 0.47
HSL 184.76º 0.31% 0.4% -
HSV(B) 184.76º 0.47% 0.53% -
XYZ 14.75 18.76 25.4 -
YUV 112.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 71 129 134 0.47 0.04 0 0.47 184.76 0.31 0.4
Hex 47 81 86 2F 4 0 2F B9 1F 28
Octal 107 201 206 57 4 0 57 271 37 50
Binary 1000111 10000001 10000110 101111 100 0 101111 10111001 11111 101000

Color Harmonies of #478186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478186

Black with #478186

Text Example


Text Example

White with #478186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478186; }

 p { color: rgb(71,129,134); }

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

background-color css

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

 a { background-color: rgb(71,129,134); }

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

border-color css

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

 span { border-color: rgb(71,129,134); }

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