#457385

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

Shades of Calypso #457385

Tints of Calypso #457385

Color information

#457385 (or 0x457385) is unknown color: approx Calypso. HEX triplet: 45, 73 and 85. RGB value is (69,115,133). Sum of RGB (Red+Green+Blue) = 69+115+133=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #457385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457385 is #BA8C7A. Grayscale: #676767. Windows color (decimal): -12225659 or 8745797. OLE color: 8745797.

HSL color Cylindrical-coordinate representation of color #457385: hue angle of 196.88º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457385 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69115133-
CMYK0.480.1400.48
HSL196.88º31.68%39.61%-
HSV(B)196.88º48.12%52.16%-
XYZ12.8215.2224.45-
YUV103.3144.76103.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=21.77%
G=36.28%
B=41.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691151330.480.1400.48196.8831.6839.61
Hex45738530E030c52028
Octal10516320560160603054050
Binary10001011110011100001011100001110011000011000101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457385; }

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

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

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

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

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

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

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

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