#426988

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

Shades of Wedgewood #426988

Tints of Wedgewood #426988

Color information

#426988 (or 0x426988) is unknown color: approx Wedgewood. HEX triplet: 42, 69 and 88. RGB value is (66,105,136). Sum of RGB (Red+Green+Blue) = 66+105+136=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #426988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426988 is #BD9677. Grayscale: #606060. Windows color (decimal): -12424824 or 8939842. OLE color: 8939842.

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

Color convert

RGB66105136-
CMYK0.510.2300.47
HSL206.57º34.65%39.61%-
HSV(B)206.57º51.47%53.33%-
XYZ11.7413.0425.19-
YUV96.87150.08105.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=21.50%
G=34.20%
B=44.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661051360.510.2300.47206.5734.6539.61
Hex426988331702Fcf2328
Octal10215121063270573174350
Binary100001011010011000100011001110111010111111001111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426988; }

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

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

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

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

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

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

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

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