#426582

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

Shades of Wedgewood #426582

Tints of Wedgewood #426582

Color information

#426582 (or 0x426582) is unknown color: approx Wedgewood. HEX triplet: 42, 65 and 82. RGB value is (66,101,130). Sum of RGB (Red+Green+Blue) = 66+101+130=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #426582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426582 is #BD9A7D. Grayscale: #5D5D5D. Windows color (decimal): -12425854 or 8545602. OLE color: 8545602.

HSL color Cylindrical-coordinate representation of color #426582: hue angle of 207.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426582 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66101130-
CMYK0.490.2200.49
HSL207.19º32.65%38.43%-
HSV(B)207.19º49.23%50.98%-
XYZ10.9312.0822.87-
YUV93.84148.4108.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=22.22%
G=34.01%
B=43.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661011300.490.2200.49207.1932.6538.43
Hex4265823116031cf2126
Octal10214520261260613174146
Binary100001011001011000001011000110110011000111001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426582; }

 p { color: rgb(66,101,130); }

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

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

 a { background-color: rgb(66,101,130); }

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

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

 span { border-color: rgb(66,101,130); }

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