Html Css Color HEX #406783 Wedgewood

📋 copy color: '#406783'

red 64 ◦ green 103 ◦ blue 131

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

Shades of Wedgewood #406783

Tints of Wedgewood #406783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 21.48%
G = 34.56%
B = 43.96%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406783 (or 0x406783) is known color: Wedgewood. HEX triplet: 40, 67 and 83. RGB value is (64,103,131). Sum of RGB (Red+Green+Blue) = 64+103+131=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #406783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406783 is #BF987C. Grayscale: #5E5E5E. Windows color (decimal): -12556413 or 8611648. OLE color: 8611648.

HSL color Cylindrical-coordinate representation of color #406783: hue angle of 205.07º 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 #406783 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 103 131 -
CMYK 0.51 0.21 0 0.49
HSL 205.07º 0.34% 0.38% -
HSV(B) 205.07º 0.51% 0.51% -
XYZ 11.06 12.43 23.29 -
YUV 94.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 64 103 131 0.51 0.21 0 0.49 205.07 0.34 0.38
Hex 40 67 83 33 15 0 31 CD 22 26
Octal 100 147 203 63 25 0 61 315 42 46
Binary 1000000 1100111 10000011 110011 10101 0 110001 11001101 100010 100110

Color Harmonies of #406783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406783

Black with #406783

Text Example


Text Example

White with #406783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406783; }

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

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

background-color css

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

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

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

border-color css

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

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

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