#427984

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

Shades of Paradiso #427984

Tints of Paradiso #427984

Color information

#427984 (or 0x427984) is unknown color: approx Paradiso. HEX triplet: 42, 79 and 84. RGB value is (66,121,132). Sum of RGB (Red+Green+Blue) = 66+121+132=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #427984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427984 is #BD867B. Grayscale: #696969. Windows color (decimal): -12420732 or 8681794. OLE color: 8681794.

HSL color Cylindrical-coordinate representation of color #427984: hue angle of 190º degrees, saturation: 0.33, 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 #427984 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66121132-
CMYK0.50.0800.48
HSL190º33.33%38.82%-
HSV(B)190º50%51.76%-
XYZ13.2516.524.32-
YUV105.81142.7899.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=20.69%
G=37.93%
B=41.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661211320.50.0800.4819033.3338.82
Hex427984328030be2127
Octal10217120462100602764147
Binary10000101111001100001001100101000011000010111110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427984; }

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

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

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

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

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

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

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

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