#426B88

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

Shades of Wedgewood #426B88

Tints of Wedgewood #426B88

Color information

#426B88 (or 0x426B88) is unknown color: approx Wedgewood. HEX triplet: 42, 6B and 88. RGB value is (66,107,136). Sum of RGB (Red+Green+Blue) = 66+107+136=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #426B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B88 is #BD9477. Grayscale: #616161. Windows color (decimal): -12424312 or 8940354. OLE color: 8940354.

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

Color convert

RGB66107136-
CMYK0.510.2100.47
HSL204.86º34.65%39.61%-
HSV(B)204.86º51.47%53.33%-
XYZ11.9513.4525.26-
YUV98.05149.42105.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=21.36%
G=34.63%
B=44.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661071360.510.2100.47204.8634.6539.61
Hex426B88331502Fcd2328
Octal10215321063250573154350
Binary100001011010111000100011001110101010111111001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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