#457389

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

Shades of Calypso #457389

Tints of Calypso #457389

Color information

#457389 (or 0x457389) is unknown color: approx Calypso. HEX triplet: 45, 73 and 89. RGB value is (69,115,137). Sum of RGB (Red+Green+Blue) = 69+115+137=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #457389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457389 is #BA8C76. Grayscale: #676767. Windows color (decimal): -12225655 or 9007941. OLE color: 9007941.

HSL color Cylindrical-coordinate representation of color #457389: hue angle of 199.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #457389 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69115137-
CMYK0.500.1600.46
HSL199.41º33.01%40.39%-
HSV(B)199.41º49.64%53.73%-
XYZ13.115.3325.94-
YUV103.75146.76103.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=21.50%
G=35.83%
B=42.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691151370.500.1600.46199.4133.0140.39
Hex457389321002Ec72128
Octal10516321162200563074150
Binary100010111100111000100111001010000010111011000111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457389; }

 p { color: rgb(69,115,137); }

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

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

 a { background-color: rgb(69,115,137); }

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

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

 span { border-color: rgb(69,115,137); }

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