#427E7F

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

Shades of Paradiso #427E7F

Tints of Paradiso #427E7F

Color information

#427E7F (or 0x427E7F) is unknown color: approx Paradiso. HEX triplet: 42, 7E and 7F. RGB value is (66,126,127). Sum of RGB (Red+Green+Blue) = 66+126+127=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #427E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E7F is #BD8180. Grayscale: #6C6C6C. Windows color (decimal): -12419457 or 8355394. OLE color: 8355394.

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

Color convert

RGB66126127-
CMYK0.480.0100.50
HSL180.98º31.61%37.84%-
HSV(B)180.98º48.03%49.8%-
XYZ13.5417.6122.76-
YUV108.17138.6297.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 127 (50% from 255) = 39.81%
R=20.69%
G=39.50%
B=39.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661261270.480.0100.50180.9831.6137.84
Hex427E7F301032b52026
Octal1021761776010622654046
Binary1000010111111011111111100001011001010110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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