#427880

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

Shades of Paradiso #427880

Tints of Paradiso #427880

Color information

#427880 (or 0x427880) is unknown color: approx Paradiso. HEX triplet: 42, 78 and 80. RGB value is (66,120,128). Sum of RGB (Red+Green+Blue) = 66+120+128=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #427880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427880 is #BD877F. Grayscale: #686868. Windows color (decimal): -12420992 or 8419394. OLE color: 8419394.

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

Color convert

RGB66120128-
CMYK0.480.0600.50
HSL187.74º31.96%38.04%-
HSV(B)187.74º48.44%50.2%-
XYZ12.8616.1522.86-
YUV104.77141.11100.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=21.02%
G=38.22%
B=40.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661201280.480.0600.50187.7431.9638.04
Hex427880306032bc2026
Octal1021702006060622744046
Binary1000010111100010000000110000110011001010111100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427880; }

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

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

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

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

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

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

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

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