#427A83

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

Shades of Paradiso #427A83

Tints of Paradiso #427A83

Color information

#427A83 (or 0x427A83) is unknown color: approx Paradiso. HEX triplet: 42, 7A and 83. RGB value is (66,122,131). Sum of RGB (Red+Green+Blue) = 66+122+131=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #427A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427A83 is #BD857C. Grayscale: #6A6A6A. Windows color (decimal): -12420477 or 8616514. OLE color: 8616514.

HSL color Cylindrical-coordinate representation of color #427A83: hue angle of 188.31º 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 #427A83 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66122131-
CMYK0.500.0700.49
HSL188.31º32.99%38.63%-
HSV(B)188.31º49.62%51.37%-
XYZ13.316.7224-
YUV106.28141.9599.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=20.69%
G=38.24%
B=41.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661221310.500.0700.49188.3132.9938.63
Hex427A83327031bc2127
Octal1021722036270612744147
Binary1000010111101010000011110010111011000110111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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