#427A7F

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

Shades of Paradiso #427A7F

Tints of Paradiso #427A7F

Color information

#427A7F (or 0x427A7F) is unknown color: approx Paradiso. HEX triplet: 42, 7A and 7F. RGB value is (66,122,127). Sum of RGB (Red+Green+Blue) = 66+122+127=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #427A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A7F is #BD8580. Grayscale: #696969. Windows color (decimal): -12420481 or 8354370. OLE color: 8354370.

HSL color Cylindrical-coordinate representation of color #427A7F: hue angle of 184.92º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427A7F is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66122127-
CMYK0.480.0400.50
HSL184.92º31.61%37.84%-
HSV(B)184.92º48.03%49.8%-
XYZ13.0416.6122.6-
YUV105.83139.9599.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 127 (50% from 255) = 40.32%
R=20.95%
G=38.73%
B=40.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661221270.480.0400.50184.9231.6137.84
Hex427A7F304032b92026
Octal1021721776040622714046
Binary100001011110101111111110000100011001010111001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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