#457186

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

Shades of Calypso #457186

Tints of Calypso #457186

Color information

#457186 (or 0x457186) is unknown color: approx Calypso. HEX triplet: 45, 71 and 86. RGB value is (69,113,134). Sum of RGB (Red+Green+Blue) = 69+113+134=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #457186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457186 is #BA8E79. Grayscale: #666666. Windows color (decimal): -12226170 or 8810821. OLE color: 8810821.

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

Color convert

RGB69113134-
CMYK0.490.1600.47
HSL199.38º32.02%39.8%-
HSV(B)199.38º48.51%52.55%-
XYZ12.6614.824.74-
YUV102.24145.92104.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=21.84%
G=35.76%
B=42.41%

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
Decimal691131340.490.1600.47199.3832.0239.8
Hex457186311002Fc72028
Octal10516120661200573074050
Binary100010111100011000011011000110000010111111000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457186; }

 p { color: rgb(69,113,134); }

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

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

 a { background-color: rgb(69,113,134); }

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

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

 span { border-color: rgb(69,113,134); }

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