#426688

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

Shades of Wedgewood #426688

Tints of Wedgewood #426688

Color information

#426688 (or 0x426688) is unknown color: approx Wedgewood. HEX triplet: 42, 66 and 88. RGB value is (66,102,136). Sum of RGB (Red+Green+Blue) = 66+102+136=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #426688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426688 is #BD9977. Grayscale: #5E5E5E. Windows color (decimal): -12425592 or 8939074. OLE color: 8939074.

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

Color convert

RGB66102136-
CMYK0.510.2500.47
HSL209.14º34.65%39.61%-
HSV(B)209.14º51.47%53.33%-
XYZ11.4412.4425.09-
YUV95.11151.07107.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=21.71%
G=33.55%
B=44.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661021360.510.2500.47209.1434.6539.61
Hex426688331902Fd12328
Octal10214621063310573214350
Binary100001011001101000100011001111001010111111010001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426688; }

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

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

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

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

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

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

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

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