Html Css Color HEX #406684 Wedgewood

📋 copy color: '#406684'

red 64 ◦ green 102 ◦ blue 132

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

Shades of Wedgewood #406684

Tints of Wedgewood #406684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 21.48%
G = 34.23%
B = 44.3%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406684 (or 0x406684) is known color: Wedgewood. HEX triplet: 40, 66 and 84. RGB value is (64,102,132). Sum of RGB (Red+Green+Blue) = 64+102+132=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #406684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406684 is #BF997B. Grayscale: #5D5D5D. Windows color (decimal): -12556668 or 8676928. OLE color: 8676928.

HSL color Cylindrical-coordinate representation of color #406684: hue angle of 206.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406684 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 102 132 -
CMYK 0.52 0.23 0 0.48
HSL 206.47º 0.35% 0.38% -
HSV(B) 206.47º 0.52% 0.52% -
XYZ 11.03 12.26 23.61 -
YUV 94.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 64 102 132 0.52 0.23 0 0.48 206.47 0.35 0.38
Hex 40 66 84 34 17 0 30 CE 23 26
Octal 100 146 204 64 27 0 60 316 43 46
Binary 1000000 1100110 10000100 110100 10111 0 110000 11001110 100011 100110

Color Harmonies of #406684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406684

Black with #406684

Text Example


Text Example

White with #406684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406684; }

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

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

background-color css

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

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

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

border-color css

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

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

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