#427D83

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

Shades of Paradiso #427D83

Tints of Paradiso #427D83

Color information

#427D83 (or 0x427D83) is unknown color: approx Paradiso. HEX triplet: 42, 7D and 83. RGB value is (66,125,131). Sum of RGB (Red+Green+Blue) = 66+125+131=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #427D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427D83 is #BD827C. Grayscale: #6B6B6B. Windows color (decimal): -12419709 or 8617282. OLE color: 8617282.

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

Color convert

RGB66125131-
CMYK0.500.0500.49
HSL185.54º32.99%38.63%-
HSV(B)185.54º49.62%51.37%-
XYZ13.6817.4624.12-
YUV108.04140.9598.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=20.50%
G=38.82%
B=40.68%

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
Decimal661251310.500.0500.49185.5432.9938.63
Hex427D83325031ba2127
Octal1021752036250612724147
Binary1000010111110110000011110010101011000110111010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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