#426584

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

Shades of Wedgewood #426584

Tints of Wedgewood #426584

Color information

#426584 (or 0x426584) is unknown color: approx Wedgewood. HEX triplet: 42, 65 and 84. RGB value is (66,101,132). Sum of RGB (Red+Green+Blue) = 66+101+132=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #426584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426584 is #BD9A7B. Grayscale: #5D5D5D. Windows color (decimal): -12425852 or 8676674. OLE color: 8676674.

HSL color Cylindrical-coordinate representation of color #426584: hue angle of 208.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426584 is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB66101132-
CMYK0.50.2300.48
HSL208.18º33.33%38.82%-
HSV(B)208.18º50%51.76%-
XYZ11.0712.1323.59-
YUV94.07149.4107.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=22.07%
G=33.78%
B=44.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661011320.50.2300.48208.1833.3338.82
Hex4265843217030d02127
Octal10214520462270603204147
Binary100001011001011000010011001010111011000011010000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426584; }

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

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

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

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

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

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

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

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