#426782

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

Shades of Wedgewood #426782

Tints of Wedgewood #426782

Color information

#426782 (or 0x426782) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 82. RGB value is (66,103,130). Sum of RGB (Red+Green+Blue) = 66+103+130=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #426782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426782 is #BD987D. Grayscale: #5E5E5E. Windows color (decimal): -12425342 or 8546114. OLE color: 8546114.

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

Color convert

RGB66103130-
CMYK0.490.2100.49
HSL205.31º32.65%38.43%-
HSV(B)205.31º49.23%50.98%-
XYZ11.1312.4722.94-
YUV95.01147.74107.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=22.07%
G=34.45%
B=43.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661031300.490.2100.49205.3132.6538.43
Hex4267823115031cd2126
Octal10214720261250613154146
Binary100001011001111000001011000110101011000111001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426782; }

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

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

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

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

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

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

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

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