Html Css Color HEX #406685 Wedgewood

📋 copy color: '#406685'

red 64 ◦ green 102 ◦ blue 133

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

Shades of Wedgewood #406685

Tints of Wedgewood #406685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 21.4%
G = 34.11%
B = 44.48%

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

#406685 (or 0x406685) is known color: Wedgewood. HEX triplet: 40, 66 and 85. RGB value is (64,102,133). Sum of RGB (Red+Green+Blue) = 64+102+133=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #406685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406685 is #BF997A. Grayscale: #5E5E5E. Windows color (decimal): -12556667 or 8742464. OLE color: 8742464.

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

Color convert

RGB 64 102 133 -
CMYK 0.52 0.23 0 0.48
HSL 206.96º 0.35% 0.39% -
HSV(B) 206.96º 0.52% 0.52% -
XYZ 11.1 12.29 23.98 -
YUV 94.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 64 102 133 0.52 0.23 0 0.48 206.96 0.35 0.39
Hex 40 66 85 34 17 0 30 CF 23 27
Octal 100 146 205 64 27 0 60 317 43 47
Binary 1000000 1100110 10000101 110100 10111 0 110000 11001111 100011 100111

Color Harmonies of #406685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406685

Black with #406685

Text Example


Text Example

White with #406685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406685; }

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

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

background-color css

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

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

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

border-color css

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

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

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