#456D84

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

Shades of Calypso #456D84

Tints of Calypso #456D84

Color information

#456D84 (or 0x456D84) is unknown color: approx Calypso. HEX triplet: 45, 6D and 84. RGB value is (69,109,132). Sum of RGB (Red+Green+Blue) = 69+109+132=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #456D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D84 is #BA927B. Grayscale: #636363. Windows color (decimal): -12227196 or 8678725. OLE color: 8678725.

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

Color convert

RGB69109132-
CMYK0.480.1700.48
HSL201.9º31.34%39.41%-
HSV(B)201.9º47.73%51.76%-
XYZ12.0913.8723.87-
YUV99.66146.25106.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=22.26%
G=35.16%
B=42.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691091320.480.1700.48201.931.3439.41
Hex456D843011030ca1f27
Octal10515520460210603123747
Binary10001011101101100001001100001000101100001100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456D84; }

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

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

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

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

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

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

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

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