#427980

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

Shades of Paradiso #427980

Tints of Paradiso #427980

Color information

#427980 (or 0x427980) is unknown color: approx Paradiso. HEX triplet: 42, 79 and 80. RGB value is (66,121,128). Sum of RGB (Red+Green+Blue) = 66+121+128=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #427980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427980 is #BD867F. Grayscale: #696969. Windows color (decimal): -12420736 or 8419650. OLE color: 8419650.

HSL color Cylindrical-coordinate representation of color #427980: hue angle of 186.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427980 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66121128-
CMYK0.480.0500.50
HSL186.77º31.96%38.04%-
HSV(B)186.77º48.44%50.2%-
XYZ12.9816.3922.9-
YUV105.35140.7899.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=20.95%
G=38.41%
B=40.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661211280.480.0500.50186.7731.9638.04
Hex427980305032bb2026
Octal1021712006050622734046
Binary1000010111100110000000110000101011001010111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427980; }

 p { color: rgb(66,121,128); }

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

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

 a { background-color: rgb(66,121,128); }

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

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

 span { border-color: rgb(66,121,128); }

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