Html Css Color HEX #40688D Wedgewood

📋 copy color: '#40688D'

red 64 ◦ green 104 ◦ blue 141

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

Shades of Wedgewood #40688D

Tints of Wedgewood #40688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 20.71%
G = 33.66%
B = 45.63%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40688D (or 0x40688D) is known color: Wedgewood. HEX triplet: 40, 68 and 8D. RGB value is (64,104,141). Sum of RGB (Red+Green+Blue) = 64+104+141=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #40688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40688D is #BF9772. Grayscale: #606060. Windows color (decimal): -12556147 or 9267264. OLE color: 9267264.

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

Color convert

RGB 64 104 141 -
CMYK 0.55 0.26 0 0.45
HSL 208.83º 0.38% 0.4% -
HSV(B) 208.83º 0.55% 0.55% -
XYZ 11.87 12.91 27.07 -
YUV 96.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 64 104 141 0.55 0.26 0 0.45 208.83 0.38 0.4
Hex 40 68 8D 37 1A 0 2D D1 26 28
Octal 100 150 215 67 32 0 55 321 46 50
Binary 1000000 1101000 10001101 110111 11010 0 101101 11010001 100110 101000

Color Harmonies of #40688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40688D

Black with #40688D

Text Example


Text Example

White with #40688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40688D;
 }
 .AnyTagClassName
 {
   color: #40688D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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