#457F7E

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

Shades of Paradiso #457F7E

Tints of Paradiso #457F7E

Color information

#457F7E (or 0x457F7E) is unknown color: approx Paradiso. HEX triplet: 45, 7F and 7E. RGB value is (69,127,126). Sum of RGB (Red+Green+Blue) = 69+127+126=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #457F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F7E is #BA8081. Grayscale: #6D6D6D. Windows color (decimal): -12222594 or 8290117. OLE color: 8290117.

HSL color Cylindrical-coordinate representation of color #457F7E: hue angle of 178.97º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F7E is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB69127126-
CMYK0.4600.010.50
HSL178.97º29.59%38.43%-
HSV(B)178.97º45.67%49.8%-
XYZ13.8117.9522.48-
YUV109.54137.2899.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=21.43%
G=39.44%
B=39.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691271260.4600.010.50178.9729.5938.43
Hex457F7E2E0132b31e26
Octal1051771765601622633646
Binary100010111111111111110101110011100101011001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457F7E; }

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

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

<style>
 a { background-color: #457F7E; }

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

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

<style>
 span { border-color: #457F7E; }

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

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