Html Css Color HEX #40678E Wedgewood

📋 copy color: '#40678E'

red 64 ◦ green 103 ◦ blue 142

#40678E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #40678E

Tints of Wedgewood #40678E

RGB

 RED value IS 64 (25.39% from 255) = 20.71%

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 20.71%
G = 33.33%
B = 45.95%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40678E (or 0x40678E) is known color: Wedgewood. HEX triplet: 40, 67 and 8E. RGB value is (64,103,142). Sum of RGB (Red+Green+Blue) = 64+103+142=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #40678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40678E is #BF9871. Grayscale: #5F5F5F. Windows color (decimal): -12556402 or 9332544. OLE color: 9332544.

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

Color convert

RGB 64 103 142 -
CMYK 0.55 0.27 0 0.44
HSL 210º 0.38% 0.4% -
HSV(B) 210º 0.55% 0.56% -
XYZ 11.85 12.74 27.43 -
YUV 95.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 64 103 142 0.55 0.27 0 0.44 210 0.38 0.4
Hex 40 67 8E 37 1B 0 2C D2 26 28
Octal 100 147 216 67 33 0 54 322 46 50
Binary 1000000 1100111 10001110 110111 11011 0 101100 11010010 100110 101000

Color Harmonies of #40678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40678E

Black with #40678E

Text Example


Text Example

White with #40678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40678E;
 }
 .AnyTagClassName
 {
   color: #40678E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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