Html Css Color HEX #406C92 Wedgewood

📋 copy color: '#406C92'

red 64 ◦ green 108 ◦ blue 146

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

Shades of Wedgewood #406C92

Tints of Wedgewood #406C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 146 (57.42% from 255) = 45.91%

R = 20.13%
G = 33.96%
B = 45.91%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406C92 (or 0x406C92) is known color: Wedgewood. HEX triplet: 40, 6C and 92. RGB value is (64,108,146). Sum of RGB (Red+Green+Blue) = 64+108+146=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #406C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C92 is #BF936D. Grayscale: #626262. Windows color (decimal): -12555118 or 9595968. OLE color: 9595968.

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

Color convert

RGB 64 108 146 -
CMYK 0.56 0.26 0 0.43
HSL 207.8º 0.39% 0.41% -
HSV(B) 207.8º 0.56% 0.57% -
XYZ 12.67 13.89 29.21 -
YUV 99.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 64 108 146 0.56 0.26 0 0.43 207.8 0.39 0.41
Hex 40 6C 92 38 1A 0 2B D0 27 29
Octal 100 154 222 70 32 0 53 320 47 51
Binary 1000000 1101100 10010010 111000 11010 0 101011 11010000 100111 101001

Color Harmonies of #406C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C92

Black with #406C92

Text Example


Text Example

White with #406C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,146); }

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

background-color css

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

 a { background-color: rgb(64,108,146); }

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

border-color css

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

 span { border-color: rgb(64,108,146); }

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