#457584

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

Shades of Calypso #457584

Tints of Calypso #457584

Color information

#457584 (or 0x457584) is unknown color: approx Calypso. HEX triplet: 45, 75 and 84. RGB value is (69,117,132). Sum of RGB (Red+Green+Blue) = 69+117+132=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #457584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457584 is #BA8A7B. Grayscale: #686868. Windows color (decimal): -12225148 or 8680773. OLE color: 8680773.

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

Color convert

RGB69117132-
CMYK0.480.1100.48
HSL194.29º31.34%39.41%-
HSV(B)194.29º47.73%51.76%-
XYZ12.9815.6524.17-
YUV104.36143.6102.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=21.70%
G=36.79%
B=41.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691171320.480.1100.48194.2931.3439.41
Hex45758430B030c21f27
Octal10516520460130603023747
Binary1000101111010110000100110000101101100001100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457584; }

 p { color: rgb(69,117,132); }

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

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

 a { background-color: rgb(69,117,132); }

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

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

 span { border-color: rgb(69,117,132); }

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