#457484

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

Shades of Calypso #457484

Tints of Calypso #457484

Color information

#457484 (or 0x457484) is unknown color: approx Calypso. HEX triplet: 45, 74 and 84. RGB value is (69,116,132). Sum of RGB (Red+Green+Blue) = 69+116+132=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #457484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457484 is #BA8B7B. Grayscale: #676767. Windows color (decimal): -12225404 or 8680517. OLE color: 8680517.

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

Color convert

RGB69116132-
CMYK0.480.1200.48
HSL195.24º31.34%39.41%-
HSV(B)195.24º47.73%51.76%-
XYZ12.8615.4224.13-
YUV103.77143.93103.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=21.77%
G=36.59%
B=41.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691161320.480.1200.48195.2431.3439.41
Hex45748430C030c31f27
Octal10516420460140603033747
Binary1000101111010010000100110000110001100001100001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457484; }

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

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

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

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

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

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

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

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