Html Css Color HEX #478286 Paradiso

📋 copy color: '#478286'

red 71 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #478286

Tints of Paradiso #478286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

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

R = 21.19%
G = 38.81%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#478286 (or 0x478286) is known color: Paradiso. HEX triplet: 47, 82 and 86. RGB value is (71,130,134). Sum of RGB (Red+Green+Blue) = 71+130+134=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #478286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478286 is #B87D79. Grayscale: #707070. Windows color (decimal): -12090746 or 8815175. OLE color: 8815175.

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

Color convert

RGB 71 130 134 -
CMYK 0.47 0.03 0 0.47
HSL 183.81º 0.31% 0.4% -
HSV(B) 183.81º 0.47% 0.53% -
XYZ 14.88 19.03 25.44 -
YUV 112.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 71 130 134 0.47 0.03 0 0.47 183.81 0.31 0.4
Hex 47 82 86 2F 3 0 2F B8 1F 28
Octal 107 202 206 57 3 0 57 270 37 50
Binary 1000111 10000010 10000110 101111 11 0 101111 10111000 11111 101000

Color Harmonies of #478286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478286

Black with #478286

Text Example


Text Example

White with #478286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478286; }

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

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

background-color css

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

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

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

border-color css

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

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

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