Html Css Color HEX #406791 Wedgewood

📋 copy color: '#406791'

red 64 ◦ green 103 ◦ blue 145

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

Shades of Wedgewood #406791

Tints of Wedgewood #406791

RGB

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

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

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

R = 20.51%
G = 33.01%
B = 46.47%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406791 (or 0x406791) is known color: Wedgewood. HEX triplet: 40, 67 and 91. RGB value is (64,103,145). Sum of RGB (Red+Green+Blue) = 64+103+145=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #406791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406791 is #BF986E. Grayscale: #5F5F5F. Windows color (decimal): -12556399 or 9529152. OLE color: 9529152.

HSL color Cylindrical-coordinate representation of color #406791: hue angle of 211.11º 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 #406791 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 103 145 -
CMYK 0.56 0.29 0 0.43
HSL 211.11º 0.39% 0.41% -
HSV(B) 211.11º 0.56% 0.57% -
XYZ 12.08 12.83 28.63 -
YUV 96.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 64 103 145 0.56 0.29 0 0.43 211.11 0.39 0.41
Hex 40 67 91 38 1D 0 2B D3 27 29
Octal 100 147 221 70 35 0 53 323 47 51
Binary 1000000 1100111 10010001 111000 11101 0 101011 11010011 100111 101001

Color Harmonies of #406791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406791

Black with #406791

Text Example


Text Example

White with #406791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406791; }

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

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

background-color css

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

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

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

border-color css

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

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

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