#42698e

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

Shades of Wedgewood #42698E

Tints of Wedgewood #42698E

Color information

#42698E (or 0x42698E) is unknown color: approx Wedgewood. HEX triplet: 42, 69 and 8E. RGB value is (66,105,142). Sum of RGB (Red+Green+Blue) = 66+105+142=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #42698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42698E is #BD9671. Grayscale: #616161. Windows color (decimal): -12424818 or 9333058. OLE color: 9333058.

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

Color convert

RGB66105142-
CMYK0.540.2600.44
HSL209.21º36.54%40.78%-
HSV(B)209.21º53.52%55.69%-
XYZ12.1813.2127.5-
YUV97.56153.08105.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=21.09%
G=33.55%
B=45.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661051420.540.2600.44209.2136.5440.78
Hex42698E361A02Cd12529
Octal10215121666320543214551
Binary100001011010011000111011011011010010110011010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42698e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42698e; }

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

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

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

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

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

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

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

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