Html Css Color HEX #406992 Wedgewood

📋 copy color: '#406992'

red 64 ◦ green 105 ◦ blue 146

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

Shades of Wedgewood #406992

Tints of Wedgewood #406992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 20.32%
G = 33.33%
B = 46.35%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406992 (or 0x406992) is known color: Wedgewood. HEX triplet: 40, 69 and 92. RGB value is (64,105,146). Sum of RGB (Red+Green+Blue) = 64+105+146=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #406992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406992 is #BF966D. Grayscale: #616161. Windows color (decimal): -12555886 or 9595200. OLE color: 9595200.

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

Color convert

RGB 64 105 146 -
CMYK 0.56 0.28 0 0.43
HSL 210º 0.39% 0.41% -
HSV(B) 210º 0.56% 0.57% -
XYZ 12.35 13.27 29.1 -
YUV 97.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 64 105 146 0.56 0.28 0 0.43 210 0.39 0.41
Hex 40 69 92 38 1C 0 2B D2 27 29
Octal 100 151 222 70 34 0 53 322 47 51
Binary 1000000 1101001 10010010 111000 11100 0 101011 11010010 100111 101001

Color Harmonies of #406992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406992

Black with #406992

Text Example


Text Example

White with #406992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406992; }

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

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

background-color css

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

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

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

border-color css

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

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

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