#426888

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

Shades of Wedgewood #426888

Tints of Wedgewood #426888

Color information

#426888 (or 0x426888) is unknown color: approx Wedgewood. HEX triplet: 42, 68 and 88. RGB value is (66,104,136). Sum of RGB (Red+Green+Blue) = 66+104+136=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #426888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426888 is #BD9777. Grayscale: #606060. Windows color (decimal): -12425080 or 8939586. OLE color: 8939586.

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

Color convert

RGB66104136-
CMYK0.510.2400.47
HSL207.43º34.65%39.61%-
HSV(B)207.43º51.47%53.33%-
XYZ11.6412.8425.16-
YUV96.29150.41106.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=21.57%
G=33.99%
B=44.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661041360.510.2400.47207.4334.6539.61
Hex426888331802Fcf2328
Octal10215021063300573174350
Binary100001011010001000100011001111000010111111001111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426888; }

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

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

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

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

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

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

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

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