#427F7F

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

Shades of Paradiso #427F7F

Tints of Paradiso #427F7F

Color information

#427F7F (or 0x427F7F) is unknown color: approx Paradiso. HEX triplet: 42, 7F and 7F. RGB value is (66,127,127). Sum of RGB (Red+Green+Blue) = 66+127+127=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #427F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F7F is #BD8080. Grayscale: #6C6C6C. Windows color (decimal): -12419201 or 8355650. OLE color: 8355650.

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

Color convert

RGB66127127-
CMYK0.48000.50
HSL180º31.61%37.84%-
HSV(B)180º48.03%49.8%-
XYZ13.6717.8722.81-
YUV108.76138.2997.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 127 (50% from 255) = 39.69%
R=20.62%
G=39.69%
B=39.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661271270.48000.5018031.6137.84
Hex427F7F300032b42026
Octal1021771776000622644046
Binary1000010111111111111111100000011001010110100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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