#426387

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

Shades of Wedgewood #426387

Tints of Wedgewood #426387

Color information

#426387 (or 0x426387) is unknown color: approx Wedgewood. HEX triplet: 42, 63 and 87. RGB value is (66,99,135). Sum of RGB (Red+Green+Blue) = 66+99+135=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #426387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426387 is #BD9C78. Grayscale: #5D5D5D. Windows color (decimal): -12426361 or 8872770. OLE color: 8872770.

HSL color Cylindrical-coordinate representation of color #426387: hue angle of 211.3º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426387 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6699135-
CMYK0.510.2700.47
HSL211.3º34.33%39.41%-
HSV(B)211.3º51.11%52.94%-
XYZ11.0811.8324.62-
YUV93.24151.57108.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 135 (53.12% from 255) = 45%
R=22%
G=33%
B=45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66991350.510.2700.47211.334.3339.41
Hex426387331B02Fd32227
Octal10214320763330573234247
Binary100001011000111000011111001111011010111111010011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426387; }

 p { color: rgb(66,99,135); }

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

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

 a { background-color: rgb(66,99,135); }

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

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

 span { border-color: rgb(66,99,135); }

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