Html Css Color HEX #406B8D Wedgewood

📋 copy color: '#406B8D'

red 64 ◦ green 107 ◦ blue 141

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

Shades of Wedgewood #406B8D

Tints of Wedgewood #406B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

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

R = 20.51%
G = 34.29%
B = 45.19%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#406B8D (or 0x406B8D) is known color: Wedgewood. HEX triplet: 40, 6B and 8D. RGB value is (64,107,141). Sum of RGB (Red+Green+Blue) = 64+107+141=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #406B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406B8D is #BF9472. Grayscale: #616161. Windows color (decimal): -12555379 or 9268032. OLE color: 9268032.

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

Color convert

RGB 64 107 141 -
CMYK 0.55 0.24 0 0.45
HSL 206.49º 0.38% 0.4% -
HSV(B) 206.49º 0.55% 0.55% -
XYZ 12.18 13.53 27.17 -
YUV 98.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 64 107 141 0.55 0.24 0 0.45 206.49 0.38 0.4
Hex 40 6B 8D 37 18 0 2D CE 26 28
Octal 100 153 215 67 30 0 55 316 46 50
Binary 1000000 1101011 10001101 110111 11000 0 101101 11001110 100110 101000

Color Harmonies of #406B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B8D

Black with #406B8D

Text Example


Text Example

White with #406B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406B8D; }

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

 H1.HeaderClassName
 {
   color: #406B8D;
 }
 .AnyTagClassName
 {
   color: #406B8D;
 }
</style>

background-color css

<style>
 a { background-color: #406B8D; }

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

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

border-color css

<style>
 span { border-color: #406B8D; }

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

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