Html Css Color HEX #406792 Wedgewood

📋 copy color: '#406792'

red 64 ◦ green 103 ◦ blue 146

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

Shades of Wedgewood #406792

Tints of Wedgewood #406792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

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

R = 20.45%
G = 32.91%
B = 46.65%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406792 (or 0x406792) is known color: Wedgewood. HEX triplet: 40, 67 and 92. RGB value is (64,103,146). Sum of RGB (Red+Green+Blue) = 64+103+146=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #406792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406792 is #BF986D. Grayscale: #606060. Windows color (decimal): -12556398 or 9594688. OLE color: 9594688.

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

Color convert

RGB 64 103 146 -
CMYK 0.56 0.29 0 0.43
HSL 211.46º 0.39% 0.41% -
HSV(B) 211.46º 0.56% 0.57% -
XYZ 12.15 12.87 29.04 -
YUV 96.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 64 103 146 0.56 0.29 0 0.43 211.46 0.39 0.41
Hex 40 67 92 38 1D 0 2B D3 27 29
Octal 100 147 222 70 35 0 53 323 47 51
Binary 1000000 1100111 10010010 111000 11101 0 101011 11010011 100111 101001

Color Harmonies of #406792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406792

Black with #406792

Text Example


Text Example

White with #406792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406792; }

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

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

background-color css

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

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

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

border-color css

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

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

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