Html Css Color HEX #406583 Wedgewood

📋 copy color: '#406583'

red 64 ◦ green 101 ◦ blue 131

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

Shades of Wedgewood #406583

Tints of Wedgewood #406583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

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

R = 21.62%
G = 34.12%
B = 44.26%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406583 (or 0x406583) is known color: Wedgewood. HEX triplet: 40, 65 and 83. RGB value is (64,101,131). Sum of RGB (Red+Green+Blue) = 64+101+131=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #406583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406583 is #BF9A7C. Grayscale: #5D5D5D. Windows color (decimal): -12556925 or 8611136. OLE color: 8611136.

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

Color convert

RGB 64 101 131 -
CMYK 0.51 0.23 0 0.49
HSL 206.87º 0.34% 0.38% -
HSV(B) 206.87º 0.51% 0.51% -
XYZ 10.86 12.04 23.22 -
YUV 93.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 64 101 131 0.51 0.23 0 0.49 206.87 0.34 0.38
Hex 40 65 83 33 17 0 31 CF 22 26
Octal 100 145 203 63 27 0 61 317 42 46
Binary 1000000 1100101 10000011 110011 10111 0 110001 11001111 100010 100110

Color Harmonies of #406583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406583

Black with #406583

Text Example


Text Example

White with #406583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406583; }

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

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

background-color css

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

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

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

border-color css

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

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

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