Html Css Color HEX #406C94 Wedgewood

📋 copy color: '#406C94'

red 64 ◦ green 108 ◦ blue 148

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

Shades of Wedgewood #406C94

Tints of Wedgewood #406C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 20%
G = 33.75%
B = 46.25%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406C94 (or 0x406C94) is known color: Wedgewood. HEX triplet: 40, 6C and 94. RGB value is (64,108,148). Sum of RGB (Red+Green+Blue) = 64+108+148=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #406C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C94 is #BF936B. Grayscale: #636363. Windows color (decimal): -12555116 or 9727040. OLE color: 9727040.

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

Color convert

RGB 64 108 148 -
CMYK 0.57 0.27 0 0.42
HSL 208.57º 0.4% 0.42% -
HSV(B) 208.57º 0.57% 0.58% -
XYZ 12.82 13.95 30.03 -
YUV 99.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 64 108 148 0.57 0.27 0 0.42 208.57 0.4 0.42
Hex 40 6C 94 39 1B 0 2A D1 28 2A
Octal 100 154 224 71 33 0 52 321 50 52
Binary 1000000 1101100 10010100 111001 11011 0 101010 11010001 101000 101010

Color Harmonies of #406C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C94

Black with #406C94

Text Example


Text Example

White with #406C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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