#467383

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

Shades of Calypso #467383

Tints of Calypso #467383

Color information

#467383 (or 0x467383) is unknown color: approx Calypso. HEX triplet: 46, 73 and 83. RGB value is (70,115,131). Sum of RGB (Red+Green+Blue) = 70+115+131=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #467383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467383 is #B98C7C. Grayscale: #676767. Windows color (decimal): -12160125 or 8614726. OLE color: 8614726.

HSL color Cylindrical-coordinate representation of color #467383: hue angle of 195.74º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #467383 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70115131-
CMYK0.470.1200.49
HSL195.74º30.35%39.41%-
HSV(B)195.74º46.56%51.37%-
XYZ12.7515.223.73-
YUV103.37143.59104.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=22.15%
G=36.39%
B=41.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701151310.470.1200.49195.7430.3539.41
Hex4673832FC031c41e27
Octal10616320357140613043647
Binary1000110111001110000011101111110001100011100010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467383; }

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

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

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

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

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

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

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

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