Html Css Color HEX #406485 Wedgewood

📋 copy color: '#406485'

red 64 ◦ green 100 ◦ blue 133

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

Shades of Wedgewood #406485

Tints of Wedgewood #406485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 21.55%
G = 33.67%
B = 44.78%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406485 (or 0x406485) is known color: Wedgewood. HEX triplet: 40, 64 and 85. RGB value is (64,100,133). Sum of RGB (Red+Green+Blue) = 64+100+133=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #406485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406485 is #BF9B7A. Grayscale: #5C5C5C. Windows color (decimal): -12557179 or 8741952. OLE color: 8741952.

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

Color convert

RGB 64 100 133 -
CMYK 0.52 0.25 0 0.48
HSL 208.7º 0.35% 0.39% -
HSV(B) 208.7º 0.52% 0.52% -
XYZ 10.91 11.9 23.91 -
YUV 93 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 64 100 133 0.52 0.25 0 0.48 208.7 0.35 0.39
Hex 40 64 85 34 19 0 30 D1 23 27
Octal 100 144 205 64 31 0 60 321 43 47
Binary 1000000 1100100 10000101 110100 11001 0 110000 11010001 100011 100111

Color Harmonies of #406485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406485

Black with #406485

Text Example


Text Example

White with #406485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406485; }

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

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

background-color css

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

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

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

border-color css

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

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

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