Html Css Color HEX #406891 Wedgewood

📋 copy color: '#406891'

red 64 ◦ green 104 ◦ blue 145

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

Shades of Wedgewood #406891

Tints of Wedgewood #406891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 20.45%
G = 33.23%
B = 46.33%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406891 (or 0x406891) is known color: Wedgewood. HEX triplet: 40, 68 and 91. RGB value is (64,104,145). Sum of RGB (Red+Green+Blue) = 64+104+145=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #406891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406891 is #BF976E. Grayscale: #606060. Windows color (decimal): -12556143 or 9529408. OLE color: 9529408.

HSL color Cylindrical-coordinate representation of color #406891: hue angle of 210.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406891 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 104 145 -
CMYK 0.56 0.28 0 0.43
HSL 210.37º 0.39% 0.41% -
HSV(B) 210.37º 0.56% 0.57% -
XYZ 12.18 13.03 28.66 -
YUV 96.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 64 104 145 0.56 0.28 0 0.43 210.37 0.39 0.41
Hex 40 68 91 38 1C 0 2B D2 27 29
Octal 100 150 221 70 34 0 53 322 47 51
Binary 1000000 1101000 10010001 111000 11100 0 101011 11010010 100111 101001

Color Harmonies of #406891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406891

Black with #406891

Text Example


Text Example

White with #406891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406891; }

 p { color: rgb(64,104,145); }

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

background-color css

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

 a { background-color: rgb(64,104,145); }

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

border-color css

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

 span { border-color: rgb(64,104,145); }

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