#478084

Color #478084 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #478084

Tints of Paradiso #478084

Color information

#478084 (or 0x478084) is unknown color: approx Paradiso. HEX triplet: 47, 80 and 84. RGB value is (71,128,132). Sum of RGB (Red+Green+Blue) = 71+128+132=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #478084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478084 is #B87F7B. Grayscale: #6F6F6F. Windows color (decimal): -12091260 or 8683591. OLE color: 8683591.

HSL color Cylindrical-coordinate representation of color #478084: hue angle of 183.93º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478084 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71128132-
CMYK0.460.0300.48
HSL183.93º30.05%39.8%-
HSV(B)183.93º46.21%51.76%-
XYZ14.4818.4424.63-
YUV111.41139.6299.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=21.45%
G=38.67%
B=39.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711281320.460.0300.48183.9330.0539.8
Hex4780842E3030b81e28
Octal1072002045630602703650
Binary100011110000000100001001011101101100001011100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478084; }

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

 H1.HeaderClassName
 {
   color: #478084;
 }
 .AnyTagClassName
 {
   color: #478084;
 }
</style>
background-color css

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

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

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

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

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

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