Html Css Color HEX #406988 Wedgewood

📋 copy color: '#406988'

red 64 ◦ green 105 ◦ blue 136

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

Shades of Wedgewood #406988

Tints of Wedgewood #406988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 20.98%
G = 34.43%
B = 44.59%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406988 (or 0x406988) is known color: Wedgewood. HEX triplet: 40, 69 and 88. RGB value is (64,105,136). Sum of RGB (Red+Green+Blue) = 64+105+136=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #406988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406988 is #BF9677. Grayscale: #606060. Windows color (decimal): -12555896 or 8939840. OLE color: 8939840.

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

Color convert

RGB 64 105 136 -
CMYK 0.53 0.23 0 0.47
HSL 205.83º 0.36% 0.39% -
HSV(B) 205.83º 0.53% 0.53% -
XYZ 11.61 12.97 25.18 -
YUV 96.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 64 105 136 0.53 0.23 0 0.47 205.83 0.36 0.39
Hex 40 69 88 35 17 0 2F CE 24 27
Octal 100 151 210 65 27 0 57 316 44 47
Binary 1000000 1101001 10001000 110101 10111 0 101111 11001110 100100 100111

Color Harmonies of #406988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406988

Black with #406988

Text Example


Text Example

White with #406988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406988; }

 p { color: rgb(64,105,136); }

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

background-color css

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

 a { background-color: rgb(64,105,136); }

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

border-color css

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

 span { border-color: rgb(64,105,136); }

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