#457A84

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

Shades of Paradiso #457A84

Tints of Paradiso #457A84

Color information

#457A84 (or 0x457A84) is unknown color: approx Paradiso. HEX triplet: 45, 7A and 84. RGB value is (69,122,132). Sum of RGB (Red+Green+Blue) = 69+122+132=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #457A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457A84 is #BA857B. Grayscale: #6B6B6B. Windows color (decimal): -12223868 or 8682053. OLE color: 8682053.

HSL color Cylindrical-coordinate representation of color #457A84: hue angle of 189.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457A84 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69122132-
CMYK0.480.0800.48
HSL189.52º31.34%39.41%-
HSV(B)189.52º47.73%51.76%-
XYZ13.5816.8524.37-
YUV107.29141.94100.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=21.36%
G=37.77%
B=40.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691221320.480.0800.48189.5231.3439.41
Hex457A84308030be1f27
Octal10517220460100602763747
Binary1000101111101010000100110000100001100001011111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,122,132); }

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

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

 a { background-color: rgb(69,122,132); }

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

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

 span { border-color: rgb(69,122,132); }

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