Html Css Color HEX #478486 Paradiso

📋 copy color: '#478486'

red 71 ◦ green 132 ◦ blue 134

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

Shades of Paradiso #478486

Tints of Paradiso #478486

RGB

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

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

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

R = 21.07%
G = 39.17%
B = 39.76%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#478486 (or 0x478486) is known color: Paradiso. HEX triplet: 47, 84 and 86. RGB value is (71,132,134). Sum of RGB (Red+Green+Blue) = 71+132+134=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #478486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478486 is #B87B79. Grayscale: #717171. Windows color (decimal): -12090234 or 8815687. OLE color: 8815687.

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

Color convert

RGB 71 132 134 -
CMYK 0.47 0.01 0 0.47
HSL 181.9º 0.31% 0.4% -
HSV(B) 181.9º 0.47% 0.53% -
XYZ 15.15 19.56 25.53 -
YUV 113.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 71 132 134 0.47 0.01 0 0.47 181.9 0.31 0.4
Hex 47 84 86 2F 1 0 2F B6 1F 28
Octal 107 204 206 57 1 0 57 266 37 50
Binary 1000111 10000100 10000110 101111 1 0 101111 10110110 11111 101000

Color Harmonies of #478486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478486

Black with #478486

Text Example


Text Example

White with #478486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478486; }

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

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

background-color css

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

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

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

border-color css

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

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

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