#42698C

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

Shades of Wedgewood #42698C

Tints of Wedgewood #42698C

Color information

#42698C (or 0x42698C) is unknown color: approx Wedgewood. HEX triplet: 42, 69 and 8C. RGB value is (66,105,140). Sum of RGB (Red+Green+Blue) = 66+105+140=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #42698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42698C is #BD9673. Grayscale: #616161. Windows color (decimal): -12424820 or 9201986. OLE color: 9201986.

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

Color convert

RGB66105140-
CMYK0.530.2500.45
HSL208.38º35.92%40.39%-
HSV(B)208.38º52.86%54.9%-
XYZ12.0313.1526.72-
YUV97.33152.08105.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 105 (41.41% from 255) = 33.76%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=21.22%
G=33.76%
B=45.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661051400.530.2500.45208.3835.9240.39
Hex42698C351902Dd02428
Octal10215121465310553204450
Binary100001011010011000110011010111001010110111010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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