#42638C

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

Shades of Wedgewood #42638C

Tints of Wedgewood #42638C

Color information

#42638C (or 0x42638C) is unknown color: approx Wedgewood. HEX triplet: 42, 63 and 8C. RGB value is (66,99,140). Sum of RGB (Red+Green+Blue) = 66+99+140=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #42638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42638C is #BD9C73. Grayscale: #5D5D5D. Windows color (decimal): -12426356 or 9200450. OLE color: 9200450.

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

Color convert

RGB6699140-
CMYK0.530.2900.45
HSL213.24º35.92%40.39%-
HSV(B)213.24º52.86%54.9%-
XYZ11.4411.9826.52-
YUV93.81154.07108.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=21.64%
G=32.46%
B=45.90%

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
Decimal66991400.530.2900.45213.2435.9240.39
Hex42638C351D02Dd52428
Octal10214321465350553254450
Binary100001011000111000110011010111101010110111010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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