#426784

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

Shades of Wedgewood #426784

Tints of Wedgewood #426784

Color information

#426784 (or 0x426784) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 84. RGB value is (66,103,132). Sum of RGB (Red+Green+Blue) = 66+103+132=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #426784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426784 is #BD987B. Grayscale: #5F5F5F. Windows color (decimal): -12425340 or 8677186. OLE color: 8677186.

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

Color convert

RGB66103132-
CMYK0.50.2200.48
HSL206.36º33.33%38.82%-
HSV(B)206.36º50%51.76%-
XYZ11.2612.5223.65-
YUV95.24148.74107.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=21.93%
G=34.22%
B=43.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661031320.50.2200.48206.3633.3338.82
Hex4267843216030ce2127
Octal10214720462260603164147
Binary100001011001111000010011001010110011000011001110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426784; }

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

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

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

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

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

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

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

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