Html Css Color HEX #478686 Paradiso

📋 copy color: '#478686'

red 71 ◦ green 134 ◦ blue 134

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

Shades of Paradiso #478686

Tints of Paradiso #478686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 20.94%
G = 39.53%
B = 39.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#478686 (or 0x478686) is known color: Paradiso. HEX triplet: 47, 86 and 86. RGB value is (71,134,134). Sum of RGB (Red+Green+Blue) = 71+134+134=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #478686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478686 is #B87979. Grayscale: #737373. Windows color (decimal): -12089722 or 8816199. OLE color: 8816199.

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

Color convert

RGB 71 134 134 -
CMYK 0.47 0 0 0.47
HSL 180º 0.31% 0.4% -
HSV(B) 180º 0.47% 0.53% -
XYZ 15.43 20.11 25.62 -
YUV 115.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 71 134 134 0.47 0 0 0.47 180 0.31 0.4
Hex 47 86 86 2F 0 0 2F B4 1F 28
Octal 107 206 206 57 0 0 57 264 37 50
Binary 1000111 10000110 10000110 101111 0 0 101111 10110100 11111 101000

Color Harmonies of #478686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478686

Black with #478686

Text Example


Text Example

White with #478686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478686; }

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

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

background-color css

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

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

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

border-color css

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

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

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