#427C85

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

Shades of Paradiso #427C85

Tints of Paradiso #427C85

Color information

#427C85 (or 0x427C85) is unknown color: approx Paradiso. HEX triplet: 42, 7C and 85. RGB value is (66,124,133). Sum of RGB (Red+Green+Blue) = 66+124+133=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #427C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C85 is #BD837A. Grayscale: #6B6B6B. Windows color (decimal): -12419963 or 8748098. OLE color: 8748098.

HSL color Cylindrical-coordinate representation of color #427C85: hue angle of 188.06º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427C85 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66124133-
CMYK0.500.0700.48
HSL188.06º33.67%39.02%-
HSV(B)188.06º50.38%52.16%-
XYZ13.6917.2724.8-
YUV107.68142.2898.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=20.43%
G=38.39%
B=41.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661241330.500.0700.48188.0633.6739.02
Hex427C85327030bc2227
Octal1021742056270602744247
Binary1000010111110010000101110010111011000010111100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427C85; }

 p { color: rgb(66,124,133); }

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

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

 a { background-color: rgb(66,124,133); }

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

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

 span { border-color: rgb(66,124,133); }

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