#426483

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

Shades of Wedgewood #426483

Tints of Wedgewood #426483

Color information

#426483 (or 0x426483) is unknown color: approx Wedgewood. HEX triplet: 42, 64 and 83. RGB value is (66,100,131). Sum of RGB (Red+Green+Blue) = 66+100+131=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #426483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426483 is #BD9B7C. Grayscale: #5D5D5D. Windows color (decimal): -12426109 or 8610882. OLE color: 8610882.

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

Color convert

RGB66100131-
CMYK0.500.2400.49
HSL208.62º32.99%38.63%-
HSV(B)208.62º49.62%51.37%-
XYZ10.911.9123.2-
YUV93.37149.24108.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=22.22%
G=33.67%
B=44.11%

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
Decimal661001310.500.2400.49208.6232.9938.63
Hex4264833218031d12127
Octal10214420362300613214147
Binary100001011001001000001111001011000011000111010001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426483; }

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

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

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

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

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

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

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

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