#426A88

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

Shades of Wedgewood #426A88

Tints of Wedgewood #426A88

Color information

#426A88 (or 0x426A88) is unknown color: approx Wedgewood. HEX triplet: 42, 6A and 88. RGB value is (66,106,136). Sum of RGB (Red+Green+Blue) = 66+106+136=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #426A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A88 is #BD9577. Grayscale: #616161. Windows color (decimal): -12424568 or 8940098. OLE color: 8940098.

HSL color Cylindrical-coordinate representation of color #426A88: hue angle of 205.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426A88 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66106136-
CMYK0.510.2200.47
HSL205.71º34.65%39.61%-
HSV(B)205.71º51.47%53.33%-
XYZ11.8413.2425.22-
YUV97.46149.75105.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=21.43%
G=34.42%
B=44.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661061360.510.2200.47205.7134.6539.61
Hex426A88331602Fce2328
Octal10215221063260573164350
Binary100001011010101000100011001110110010111111001110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A88; }

 p { color: rgb(66,106,136); }

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

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

 a { background-color: rgb(66,106,136); }

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

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

 span { border-color: rgb(66,106,136); }

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