#457287

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

Shades of Calypso #457287

Tints of Calypso #457287

Color information

#457287 (or 0x457287) is unknown color: approx Calypso. HEX triplet: 45, 72 and 87. RGB value is (69,114,135). Sum of RGB (Red+Green+Blue) = 69+114+135=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #457287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457287 is #BA8D78. Grayscale: #666666. Windows color (decimal): -12225913 or 8876613. OLE color: 8876613.

HSL color Cylindrical-coordinate representation of color #457287: hue angle of 199.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457287 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69114135-
CMYK0.490.1600.47
HSL199.09º32.35%40%-
HSV(B)199.09º48.89%52.94%-
XYZ12.8415.0525.15-
YUV102.94146.09103.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=21.70%
G=35.85%
B=42.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691141350.490.1600.47199.0932.3540
Hex457287311002Fc72028
Octal10516220761200573074050
Binary100010111100101000011111000110000010111111000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457287; }

 p { color: rgb(69,114,135); }

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

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

 a { background-color: rgb(69,114,135); }

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

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

 span { border-color: rgb(69,114,135); }

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