#457083

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

Shades of Calypso #457083

Tints of Calypso #457083

Color information

#457083 (or 0x457083) is unknown color: approx Calypso. HEX triplet: 45, 70 and 83. RGB value is (69,112,131). Sum of RGB (Red+Green+Blue) = 69+112+131=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #457083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457083 is #BA8F7C. Grayscale: #656565. Windows color (decimal): -12226429 or 8613957. OLE color: 8613957.

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

Color convert

RGB69112131-
CMYK0.470.1500.49
HSL198.39º31%39.22%-
HSV(B)198.39º47.33%51.37%-
XYZ12.3514.4923.62-
YUV101.31144.75104.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 131 (51.56% from 255) = 41.99%
R=22.12%
G=35.90%
B=41.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691121310.470.1500.49198.393139.22
Hex4570832FF031c61f27
Octal10516020357170613063747
Binary1000101111000010000011101111111101100011100011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457083; }

 p { color: rgb(69,112,131); }

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

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

 a { background-color: rgb(69,112,131); }

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

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

 span { border-color: rgb(69,112,131); }

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