#457284

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

Shades of Calypso #457284

Tints of Calypso #457284

Color information

#457284 (or 0x457284) is unknown color: approx Calypso. HEX triplet: 45, 72 and 84. RGB value is (69,114,132). Sum of RGB (Red+Green+Blue) = 69+114+132=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #457284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457284 is #BA8D7B. Grayscale: #666666. Windows color (decimal): -12225916 or 8680005. OLE color: 8680005.

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

Color convert

RGB69114132-
CMYK0.480.1400.48
HSL197.14º31.34%39.41%-
HSV(B)197.14º47.73%51.76%-
XYZ12.6414.9724.05-
YUV102.6144.59104.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=21.90%
G=36.19%
B=41.90%

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
Decimal691141320.480.1400.48197.1431.3439.41
Hex45728430E030c51f27
Octal10516220460160603053747
Binary1000101111001010000100110000111001100001100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457284; }

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

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

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

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

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

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

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

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