#457085

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

Shades of Calypso #457085

Tints of Calypso #457085

Color information

#457085 (or 0x457085) is unknown color: approx Calypso. HEX triplet: 45, 70 and 85. RGB value is (69,112,133). Sum of RGB (Red+Green+Blue) = 69+112+133=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #457085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457085 is #BA8F7A. Grayscale: #656565. Windows color (decimal): -12226427 or 8745029. OLE color: 8745029.

HSL color Cylindrical-coordinate representation of color #457085: hue angle of 199.69º 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 #457085 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69112133-
CMYK0.480.1600.48
HSL199.69º31.68%39.61%-
HSV(B)199.69º48.12%52.16%-
XYZ12.4814.5524.34-
YUV101.54145.75104.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=21.97%
G=35.67%
B=42.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691121330.480.1600.48199.6931.6839.61
Hex4570853010030c82028
Octal10516020560200603104050
Binary100010111100001000010111000010000011000011001000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457085; }

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

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

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

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

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

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

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

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