#467384

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

Shades of Calypso #467384

Tints of Calypso #467384

Color information

#467384 (or 0x467384) is unknown color: approx Calypso. HEX triplet: 46, 73 and 84. RGB value is (70,115,132). Sum of RGB (Red+Green+Blue) = 70+115+132=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 115 (45.31% from 255 or 36.28% 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 #467384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467384 is #B98C7B. Grayscale: #676767. Windows color (decimal): -12160124 or 8680262. OLE color: 8680262.

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

Color convert

RGB70115132-
CMYK0.470.1300.48
HSL196.45º30.69%39.61%-
HSV(B)196.45º46.97%51.76%-
XYZ12.8215.2324.09-
YUV103.48144.09104.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=22.08%
G=36.28%
B=41.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701151320.470.1300.48196.4530.6939.61
Hex4673842FD030c41f28
Octal10616320457150603043750
Binary1000110111001110000100101111110101100001100010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467384; }

 p { color: rgb(70,115,132); }

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

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

 a { background-color: rgb(70,115,132); }

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

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

 span { border-color: rgb(70,115,132); }

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