#42648C

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

Shades of Wedgewood #42648C

Tints of Wedgewood #42648C

Color information

#42648C (or 0x42648C) is unknown color: approx Wedgewood. HEX triplet: 42, 64 and 8C. RGB value is (66,100,140). Sum of RGB (Red+Green+Blue) = 66+100+140=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #42648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42648C is #BD9B73. Grayscale: #5E5E5E. Windows color (decimal): -12426100 or 9200706. OLE color: 9200706.

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

Color convert

RGB66100140-
CMYK0.530.2900.45
HSL212.43º35.92%40.39%-
HSV(B)212.43º52.86%54.9%-
XYZ11.5412.1726.55-
YUV94.39153.74107.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=21.57%
G=32.68%
B=45.75%

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
Decimal661001400.530.2900.45212.4335.9240.39
Hex42648C351D02Dd42428
Octal10214421465350553244450
Binary100001011001001000110011010111101010110111010100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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