Html Css Color HEX #406785 Wedgewood

📋 copy color: '#406785'

red 64 ◦ green 103 ◦ blue 133

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

Shades of Wedgewood #406785

Tints of Wedgewood #406785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

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

R = 21.33%
G = 34.33%
B = 44.33%

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

#406785 (or 0x406785) is known color: Wedgewood. HEX triplet: 40, 67 and 85. RGB value is (64,103,133). Sum of RGB (Red+Green+Blue) = 64+103+133=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #406785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406785 is #BF987A. Grayscale: #5E5E5E. Windows color (decimal): -12556411 or 8742720. OLE color: 8742720.

HSL color Cylindrical-coordinate representation of color #406785: hue angle of 206.09º 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 #406785 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 103 133 -
CMYK 0.52 0.23 0 0.48
HSL 206.09º 0.35% 0.39% -
HSV(B) 206.09º 0.52% 0.52% -
XYZ 11.2 12.48 24.01 -
YUV 94.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 64 103 133 0.52 0.23 0 0.48 206.09 0.35 0.39
Hex 40 67 85 34 17 0 30 CE 23 27
Octal 100 147 205 64 27 0 60 316 43 47
Binary 1000000 1100111 10000101 110100 10111 0 110000 11001110 100011 100111

Color Harmonies of #406785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406785

Black with #406785

Text Example


Text Example

White with #406785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406785; }

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

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

background-color css

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

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

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

border-color css

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

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

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