#426788

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

Shades of Wedgewood #426788

Tints of Wedgewood #426788

Color information

#426788 (or 0x426788) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 88. RGB value is (66,103,136). Sum of RGB (Red+Green+Blue) = 66+103+136=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #426788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426788 is #BD9877. Grayscale: #5F5F5F. Windows color (decimal): -12425336 or 8939330. OLE color: 8939330.

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

Color convert

RGB66103136-
CMYK0.510.2400.47
HSL208.29º34.65%39.61%-
HSV(B)208.29º51.47%53.33%-
XYZ11.5412.6425.12-
YUV95.7150.74106.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=21.64%
G=33.77%
B=44.59%

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
Decimal661031360.510.2400.47208.2934.6539.61
Hex426788331802Fd02328
Octal10214721063300573204350
Binary100001011001111000100011001111000010111111010000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426788; }

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

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

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

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

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

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

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

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