#42628C

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

Shades of Wedgewood #42628C

Tints of Wedgewood #42628C

Color information

#42628C (or 0x42628C) is unknown color: approx Wedgewood. HEX triplet: 42, 62 and 8C. RGB value is (66,98,140). Sum of RGB (Red+Green+Blue) = 66+98+140=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #42628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42628C is #BD9D73. Grayscale: #5D5D5D. Windows color (decimal): -12426612 or 9200194. OLE color: 9200194.

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

Color convert

RGB6698140-
CMYK0.530.300.45
HSL214.05º35.92%40.39%-
HSV(B)214.05º52.86%54.9%-
XYZ11.3511.7926.49-
YUV93.22154.4108.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 140 (55.08% from 255) = 46.05%
R=21.71%
G=32.24%
B=46.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66981400.530.300.45214.0535.9240.39
Hex42628C351E02Dd62428
Octal10214221465360553264450
Binary100001011000101000110011010111110010110111010110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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