#40678D

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

Shades of Wedgewood #40678D

Tints of Wedgewood #40678D

Color information

#40678D (or 0x40678D) is unknown color: approx Wedgewood. HEX triplet: 40, 67 and 8D. RGB value is (64,103,141). Sum of RGB (Red+Green+Blue) = 64+103+141=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #40678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40678D is #BF9872. Grayscale: #5F5F5F. Windows color (decimal): -12556403 or 9267008. OLE color: 9267008.

HSL color Cylindrical-coordinate representation of color #40678D: hue angle of 209.61º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40678D is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64103141-
CMYK0.550.2700.45
HSL209.61º37.56%40.2%-
HSV(B)209.61º54.61%55.29%-
XYZ11.7712.7127.03-
YUV95.67153.58105.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=20.78%
G=33.44%
B=45.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641031410.550.2700.45209.6137.5640.2
Hex40678D371B02Dd22628
Octal10014721567330553224650
Binary100000011001111000110111011111011010110111010010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,103,141); }

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

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

 a { background-color: rgb(64,103,141); }

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

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

 span { border-color: rgb(64,103,141); }

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