Html Css Color HEX #406B93 Wedgewood

📋 copy color: '#406B93'

red 64 ◦ green 107 ◦ blue 147

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

Shades of Wedgewood #406B93

Tints of Wedgewood #406B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

 BLUE value IS 147 (57.81% from 255) = 46.23%

R = 20.13%
G = 33.65%
B = 46.23%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406B93 (or 0x406B93) is known color: Wedgewood. HEX triplet: 40, 6B and 93. RGB value is (64,107,147). Sum of RGB (Red+Green+Blue) = 64+107+147=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #406B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406B93 is #BF946C. Grayscale: #626262. Windows color (decimal): -12555373 or 9661248. OLE color: 9661248.

HSL color Cylindrical-coordinate representation of color #406B93: hue angle of 208.92º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406B93 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 107 147 -
CMYK 0.56 0.27 0 0.42
HSL 208.92º 0.39% 0.41% -
HSV(B) 208.92º 0.56% 0.58% -
XYZ 12.64 13.71 29.58 -
YUV 98.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 64 107 147 0.56 0.27 0 0.42 208.92 0.39 0.41
Hex 40 6B 93 38 1B 0 2A D1 27 29
Octal 100 153 223 70 33 0 52 321 47 51
Binary 1000000 1101011 10010011 111000 11011 0 101010 11010001 100111 101001

Color Harmonies of #406B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B93

Black with #406B93

Text Example


Text Example

White with #406B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406B93; }

 p { color: rgb(64,107,147); }

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

background-color css

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

 a { background-color: rgb(64,107,147); }

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

border-color css

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

 span { border-color: rgb(64,107,147); }

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