#426781

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

Shades of Wedgewood #426781

Tints of Wedgewood #426781

Color information

#426781 (or 0x426781) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 81. RGB value is (66,103,129). Sum of RGB (Red+Green+Blue) = 66+103+129=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #426781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426781 is #BD987E. Grayscale: #5E5E5E. Windows color (decimal): -12425343 or 8480578. OLE color: 8480578.

HSL color Cylindrical-coordinate representation of color #426781: hue angle of 204.76º degrees, saturation: 0.32, 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 #426781 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66103129-
CMYK0.490.2000.49
HSL204.76º32.31%38.24%-
HSV(B)204.76º48.84%50.59%-
XYZ11.0612.4422.59-
YUV94.9147.24107.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=22.15%
G=34.56%
B=43.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661031290.490.2000.49204.7632.3138.24
Hex4267813114031cd2026
Octal10214720161240613154046
Binary100001011001111000000111000110100011000111001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426781; }

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

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

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

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

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

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

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

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