#42688E

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

Shades of Wedgewood #42688E

Tints of Wedgewood #42688E

Color information

#42688E (or 0x42688E) is unknown color: approx Wedgewood. HEX triplet: 42, 68 and 8E. RGB value is (66,104,142). Sum of RGB (Red+Green+Blue) = 66+104+142=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #42688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42688E is #BD9771. Grayscale: #606060. Windows color (decimal): -12425074 or 9332802. OLE color: 9332802.

HSL color Cylindrical-coordinate representation of color #42688E: hue angle of 210º 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 #42688E is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66104142-
CMYK0.540.2700.44
HSL210º36.54%40.78%-
HSV(B)210º53.52%55.69%-
XYZ12.0813.0127.47-
YUV96.97153.41105.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=21.15%
G=33.33%
B=45.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661041420.540.2700.4421036.5440.78
Hex42688E361B02Cd22529
Octal10215021666330543224551
Binary100001011010001000111011011011011010110011010010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42688E; }

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

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

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

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

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

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

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

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