#42638D

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

Shades of Wedgewood #42638D

Tints of Wedgewood #42638D

Color information

#42638D (or 0x42638D) is unknown color: approx Wedgewood. HEX triplet: 42, 63 and 8D. RGB value is (66,99,141). Sum of RGB (Red+Green+Blue) = 66+99+141=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #42638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42638D is #BD9C72. Grayscale: #5D5D5D. Windows color (decimal): -12426355 or 9265986. OLE color: 9265986.

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

Color convert

RGB6699141-
CMYK0.530.3000.45
HSL213.6º36.23%40.59%-
HSV(B)213.6º53.19%55.29%-
XYZ11.5212.0126.91-
YUV93.92154.57108.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=21.57%
G=32.35%
B=46.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66991410.530.3000.45213.636.2340.59
Hex42638D351E02Dd62429
Octal10214321565360553264451
Binary100001011000111000110111010111110010110111010110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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