#466C83

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

Shades of Wedgewood #466C83

Tints of Wedgewood #466C83

Color information

#466C83 (or 0x466C83) is unknown color: approx Wedgewood. HEX triplet: 46, 6C and 83. RGB value is (70,108,131). Sum of RGB (Red+Green+Blue) = 70+108+131=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #466C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C83 is #B9937C. Grayscale: #636363. Windows color (decimal): -12161917 or 8612934. OLE color: 8612934.

HSL color Cylindrical-coordinate representation of color #466C83: hue angle of 202.62º 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 #466C83 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70108131-
CMYK0.470.1800.49
HSL202.62º30.35%39.41%-
HSV(B)202.62º46.56%51.37%-
XYZ11.9913.6723.48-
YUV99.26145.91107.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=22.65%
G=34.95%
B=42.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701081310.470.1800.49202.6230.3539.41
Hex466C832F12031cb1e27
Octal10615420357220613133647
Binary10001101101100100000111011111001001100011100101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466C83; }

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

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

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

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

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

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

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

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