Html Css Color HEX #406682 Wedgewood

📋 copy color: '#406682'

red 64 ◦ green 102 ◦ blue 130

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

Shades of Wedgewood #406682

Tints of Wedgewood #406682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 21.62%
G = 34.46%
B = 43.92%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406682 (or 0x406682) is known color: Wedgewood. HEX triplet: 40, 66 and 82. RGB value is (64,102,130). Sum of RGB (Red+Green+Blue) = 64+102+130=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #406682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406682 is #BF997D. Grayscale: #5D5D5D. Windows color (decimal): -12556670 or 8545856. OLE color: 8545856.

HSL color Cylindrical-coordinate representation of color #406682: hue angle of 205.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #406682 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 102 130 -
CMYK 0.51 0.22 0 0.49
HSL 205.45º 0.34% 0.38% -
HSV(B) 205.45º 0.51% 0.51% -
XYZ 10.89 12.2 22.9 -
YUV 93.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 64 102 130 0.51 0.22 0 0.49 205.45 0.34 0.38
Hex 40 66 82 33 16 0 31 CD 22 26
Octal 100 146 202 63 26 0 61 315 42 46
Binary 1000000 1100110 10000010 110011 10110 0 110001 11001101 100010 100110

Color Harmonies of #406682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406682

Black with #406682

Text Example


Text Example

White with #406682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406682; }

 p { color: rgb(64,102,130); }

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

background-color css

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

 a { background-color: rgb(64,102,130); }

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

border-color css

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

 span { border-color: rgb(64,102,130); }

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