#426882

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

Shades of Wedgewood #426882

Tints of Wedgewood #426882

Color information

#426882 (or 0x426882) is unknown color: approx Wedgewood. HEX triplet: 42, 68 and 82. RGB value is (66,104,130). Sum of RGB (Red+Green+Blue) = 66+104+130=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #426882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426882 is #BD977D. Grayscale: #5F5F5F. Windows color (decimal): -12425086 or 8546370. OLE color: 8546370.

HSL color Cylindrical-coordinate representation of color #426882: hue angle of 204.38º 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 #426882 is Cyan = 0.49, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB66104130-
CMYK0.490.200.49
HSL204.38º32.65%38.43%-
HSV(B)204.38º49.23%50.98%-
XYZ11.2312.6722.97-
YUV95.6147.41106.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=22%
G=34.67%
B=43.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661041300.490.200.49204.3832.6538.43
Hex4268823114031cc2126
Octal10215020261240613144146
Binary100001011010001000001011000110100011000111001100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426882; }

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

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

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

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

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

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

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

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