#426383

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

Shades of Wedgewood #426383

Tints of Wedgewood #426383

Color information

#426383 (or 0x426383) is unknown color: approx Wedgewood. HEX triplet: 42, 63 and 83. RGB value is (66,99,131). Sum of RGB (Red+Green+Blue) = 66+99+131=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #426383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426383 is #BD9C7C. Grayscale: #5C5C5C. Windows color (decimal): -12426365 or 8610626. OLE color: 8610626.

HSL color Cylindrical-coordinate representation of color #426383: hue angle of 209.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426383 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6699131-
CMYK0.500.2400.49
HSL209.54º32.99%38.63%-
HSV(B)209.54º49.62%51.37%-
XYZ10.8111.7223.17-
YUV92.78149.57108.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=22.30%
G=33.45%
B=44.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66991310.500.2400.49209.5432.9938.63
Hex4263833218031d22127
Octal10214320362300613224147
Binary100001011000111000001111001011000011000111010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426383; }

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

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

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

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

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

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

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

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