#40628A

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

Shades of Wedgewood #40628A

Tints of Wedgewood #40628A

Color information

#40628A (or 0x40628A) is unknown color: approx Wedgewood. HEX triplet: 40, 62 and 8A. RGB value is (64,98,138). Sum of RGB (Red+Green+Blue) = 64+98+138=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #40628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40628A is #BF9D75. Grayscale: #5C5C5C. Windows color (decimal): -12557686 or 9069120. OLE color: 9069120.

HSL color Cylindrical-coordinate representation of color #40628A: hue angle of 212.43º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40628A is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6498138-
CMYK0.540.2900.46
HSL212.43º36.63%39.61%-
HSV(B)212.43º53.62%54.12%-
XYZ11.0711.6625.71-
YUV92.39153.74107.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 138 (54.30% from 255) = 46%
R=21.33%
G=32.67%
B=46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64981380.540.2900.46212.4336.6339.61
Hex40628A361D02Ed42528
Octal10014221266350563244550
Binary100000011000101000101011011011101010111011010100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40628A; }

 p { color: rgb(64,98,138); }

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

<style>
 a { background-color: #40628A; }

 a { background-color: rgb(64,98,138); }

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

<style>
 span { border-color: #40628A; }

 span { border-color: rgb(64,98,138); }

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