#426684

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

Shades of Wedgewood #426684

Tints of Wedgewood #426684

Color information

#426684 (or 0x426684) is unknown color: approx Wedgewood. HEX triplet: 42, 66 and 84. RGB value is (66,102,132). Sum of RGB (Red+Green+Blue) = 66+102+132=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #426684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426684 is #BD997B. Grayscale: #5E5E5E. Windows color (decimal): -12425596 or 8676930. OLE color: 8676930.

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

Color convert

RGB66102132-
CMYK0.50.2300.48
HSL207.27º33.33%38.82%-
HSV(B)207.27º50%51.76%-
XYZ11.1612.3323.62-
YUV94.66149.07107.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 132 (51.95% from 255) = 44%
R=22%
G=34%
B=44%

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
Decimal661021320.50.2300.48207.2733.3338.82
Hex4266843217030cf2127
Octal10214620462270603174147
Binary100001011001101000010011001010111011000011001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426684; }

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

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

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

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

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

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

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

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