#426384

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

Shades of Wedgewood #426384

Tints of Wedgewood #426384

Color information

#426384 (or 0x426384) is unknown color: approx Wedgewood. HEX triplet: 42, 63 and 84. RGB value is (66,99,132). Sum of RGB (Red+Green+Blue) = 66+99+132=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #426384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426384 is #BD9C7B. Grayscale: #5C5C5C. Windows color (decimal): -12426364 or 8676162. OLE color: 8676162.

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

Color convert

RGB6699132-
CMYK0.50.2500.48
HSL210º33.33%38.82%-
HSV(B)210º50%51.76%-
XYZ10.8711.7523.52-
YUV92.9150.07108.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66991320.50.2500.4821033.3338.82
Hex4263843219030d22127
Octal10214320462310603224147
Binary100001011000111000010011001011001011000011010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426384; }

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

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

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

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

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

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

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

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