#42698D

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

Shades of Wedgewood #42698D

Tints of Wedgewood #42698D

Color information

#42698D (or 0x42698D) is unknown color: approx Wedgewood. HEX triplet: 42, 69 and 8D. RGB value is (66,105,141). Sum of RGB (Red+Green+Blue) = 66+105+141=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #42698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42698D is #BD9672. Grayscale: #616161. Windows color (decimal): -12424819 or 9267522. OLE color: 9267522.

HSL color Cylindrical-coordinate representation of color #42698D: hue angle of 208.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42698D is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66105141-
CMYK0.530.2600.45
HSL208.8º36.23%40.59%-
HSV(B)208.8º53.19%55.29%-
XYZ12.1113.1827.11-
YUV97.44152.58105.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 141 (55.47% from 255) = 45.19%
R=21.15%
G=33.65%
B=45.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661051410.530.2600.45208.836.2340.59
Hex42698D351A02Dd12429
Octal10215121565320553214451
Binary100001011010011000110111010111010010110111010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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