#427E7E

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

Shades of Paradiso #427E7E

Tints of Paradiso #427E7E

Color information

#427E7E (or 0x427E7E) is unknown color: approx Paradiso. HEX triplet: 42, 7E and 7E. RGB value is (66,126,126). Sum of RGB (Red+Green+Blue) = 66+126+126=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: green, blue. Hex color #427E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E7E is #BD8181. Grayscale: #6B6B6B. Windows color (decimal): -12419458 or 8289858. OLE color: 8289858.

HSL color Cylindrical-coordinate representation of color #427E7E: hue angle of 180º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E7E is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66126126-
CMYK0.48000.51
HSL180º31.25%37.65%-
HSV(B)180º47.62%49.41%-
XYZ13.4717.5922.42-
YUV108.06138.1298-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 126 (49.61% from 255) = 39.62%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=20.75%
G=39.62%
B=39.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661261260.48000.5118031.2537.65
Hex427E7E300033b41f26
Octal1021761766000632643746
Binary100001011111101111110110000001100111011010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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