#426B8E

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

Shades of Wedgewood #426B8E

Tints of Wedgewood #426B8E

Color information

#426B8E (or 0x426B8E) is unknown color: approx Wedgewood. HEX triplet: 42, 6B and 8E. RGB value is (66,107,142). Sum of RGB (Red+Green+Blue) = 66+107+142=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #426B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B8E is #BD9471. Grayscale: #626262. Windows color (decimal): -12424306 or 9333570. OLE color: 9333570.

HSL color Cylindrical-coordinate representation of color #426B8E: hue angle of 207.63º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426B8E is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66107142-
CMYK0.540.2500.44
HSL207.63º36.54%40.78%-
HSV(B)207.63º53.52%55.69%-
XYZ12.3913.6327.57-
YUV98.73152.42104.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=20.95%
G=33.97%
B=45.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661071420.540.2500.44207.6336.5440.78
Hex426B8E361902Cd02529
Octal10215321666310543204551
Binary100001011010111000111011011011001010110011010000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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