#427983

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

Shades of Paradiso #427983

Tints of Paradiso #427983

Color information

#427983 (or 0x427983) is unknown color: approx Paradiso. HEX triplet: 42, 79 and 83. RGB value is (66,121,131). Sum of RGB (Red+Green+Blue) = 66+121+131=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #427983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427983 is #BD867C. Grayscale: #696969. Windows color (decimal): -12420733 or 8616258. OLE color: 8616258.

HSL color Cylindrical-coordinate representation of color #427983: hue angle of 189.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427983 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66121131-
CMYK0.500.0800.49
HSL189.23º32.99%38.63%-
HSV(B)189.23º49.62%51.37%-
XYZ13.1816.4723.96-
YUV105.7142.2899.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=20.75%
G=38.05%
B=41.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661211310.500.0800.49189.2332.9938.63
Hex427983328031bd2127
Octal10217120362100612754147
Binary10000101111001100000111100101000011000110111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427983; }

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

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

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

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

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

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

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

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