#427E88

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

Shades of Paradiso #427E88

Tints of Paradiso #427E88

Color information

#427E88 (or 0x427E88) is unknown color: approx Paradiso. HEX triplet: 42, 7E and 88. RGB value is (66,126,136). Sum of RGB (Red+Green+Blue) = 66+126+136=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #427E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E88 is #BD8177. Grayscale: #6D6D6D. Windows color (decimal): -12419448 or 8945218. OLE color: 8945218.

HSL color Cylindrical-coordinate representation of color #427E88: hue angle of 188.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427E88 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66126136-
CMYK0.510.0700.47
HSL188.57º34.65%39.61%-
HSV(B)188.57º51.47%53.33%-
XYZ14.1517.8625.99-
YUV109.2143.1297.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=20.12%
G=38.41%
B=41.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661261360.510.0700.47188.5734.6539.61
Hex427E8833702Fbd2328
Octal1021762106370572754350
Binary1000010111111010001000110011111010111110111101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,136); }

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

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

 a { background-color: rgb(66,126,136); }

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

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

 span { border-color: rgb(66,126,136); }

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