#42648d

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

Shades of Wedgewood #42648D

Tints of Wedgewood #42648D

Color information

#42648D (or 0x42648D) is unknown color: approx Wedgewood. HEX triplet: 42, 64 and 8D. RGB value is (66,100,141). Sum of RGB (Red+Green+Blue) = 66+100+141=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #42648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42648D is #BD9B72. Grayscale: #5E5E5E. Windows color (decimal): -12426099 or 9266242. OLE color: 9266242.

HSL color Cylindrical-coordinate representation of color #42648D: hue angle of 212.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 #42648D is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66100141-
CMYK0.530.2900.45
HSL212.8º36.23%40.59%-
HSV(B)212.8º53.19%55.29%-
XYZ11.6112.226.94-
YUV94.51154.24107.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=21.50%
G=32.57%
B=45.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661001410.530.2900.45212.836.2340.59
Hex42648D351D02Dd52429
Octal10214421565350553254451
Binary100001011001001000110111010111101010110111010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42648d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42648d; }

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

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

<style>
 a { background-color: #42648d; }

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

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

<style>
 span { border-color: #42648d; }

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

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