#467285

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

Shades of Calypso #467285

Tints of Calypso #467285

Color information

#467285 (or 0x467285) is unknown color: approx Calypso. HEX triplet: 46, 72 and 85. RGB value is (70,114,133). Sum of RGB (Red+Green+Blue) = 70+114+133=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #467285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467285 is #B98D7A. Grayscale: #666666. Windows color (decimal): -12160379 or 8745542. OLE color: 8745542.

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

Color convert

RGB70114133-
CMYK0.470.1400.48
HSL198.1º31.03%39.8%-
HSV(B)198.1º47.37%52.16%-
XYZ12.7815.0324.42-
YUV103.01144.92104.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=22.08%
G=35.96%
B=41.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701141330.470.1400.48198.131.0339.8
Hex4672852FE030c61f28
Octal10616220557160603063750
Binary1000110111001010000101101111111001100001100011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467285; }

 p { color: rgb(70,114,133); }

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

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

 a { background-color: rgb(70,114,133); }

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

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

 span { border-color: rgb(70,114,133); }

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