#427C83

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

Shades of Paradiso #427C83

Tints of Paradiso #427C83

Color information

#427C83 (or 0x427C83) is unknown color: approx Paradiso. HEX triplet: 42, 7C and 83. RGB value is (66,124,131). Sum of RGB (Red+Green+Blue) = 66+124+131=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #427C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C83 is #BD837C. Grayscale: #6B6B6B. Windows color (decimal): -12419965 or 8617026. OLE color: 8617026.

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

Color convert

RGB66124131-
CMYK0.500.0500.49
HSL186.46º32.99%38.63%-
HSV(B)186.46º49.62%51.37%-
XYZ13.5517.2124.08-
YUV107.46141.2898.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=20.56%
G=38.63%
B=40.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661241310.500.0500.49186.4632.9938.63
Hex427C83325031ba2127
Octal1021742036250612724147
Binary1000010111110010000011110010101011000110111010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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