Html Css Color HEX #406C90 Wedgewood

📋 copy color: '#406C90'

red 64 ◦ green 108 ◦ blue 144

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

Shades of Wedgewood #406C90

Tints of Wedgewood #406C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 20.25%
G = 34.18%
B = 45.57%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406C90 (or 0x406C90) is known color: Wedgewood. HEX triplet: 40, 6C and 90. RGB value is (64,108,144). Sum of RGB (Red+Green+Blue) = 64+108+144=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #406C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C90 is #BF936F. Grayscale: #626262. Windows color (decimal): -12555120 or 9464896. OLE color: 9464896.

HSL color Cylindrical-coordinate representation of color #406C90: hue angle of 207º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406C90 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 108 144 -
CMYK 0.56 0.25 0 0.44
HSL 207º 0.38% 0.41% -
HSV(B) 207º 0.56% 0.56% -
XYZ 12.51 13.83 28.4 -
YUV 98.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 64 108 144 0.56 0.25 0 0.44 207 0.38 0.41
Hex 40 6C 90 38 19 0 2C CF 26 29
Octal 100 154 220 70 31 0 54 317 46 51
Binary 1000000 1101100 10010000 111000 11001 0 101100 11001111 100110 101001

Color Harmonies of #406C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C90

Black with #406C90

Text Example


Text Example

White with #406C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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