#42698B

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

Shades of Wedgewood #42698B

Tints of Wedgewood #42698B

Color information

#42698B (or 0x42698B) is unknown color: approx Wedgewood. HEX triplet: 42, 69 and 8B. RGB value is (66,105,139). Sum of RGB (Red+Green+Blue) = 66+105+139=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #42698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42698B is #BD9674. Grayscale: #616161. Windows color (decimal): -12424821 or 9136450. OLE color: 9136450.

HSL color Cylindrical-coordinate representation of color #42698B: hue angle of 207.95º 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 #42698B is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66105139-
CMYK0.530.2400.45
HSL207.95º35.61%40.2%-
HSV(B)207.95º52.52%54.51%-
XYZ11.9613.1326.33-
YUV97.22151.58105.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=21.29%
G=33.87%
B=44.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661051390.530.2400.45207.9535.6140.2
Hex42698B351802Dd02428
Octal10215121365300553204450
Binary100001011010011000101111010111000010110111010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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