Html Css Color HEX #466986 Wedgewood

📋 copy color: '#466986'

red 70 ◦ green 105 ◦ blue 134

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

Shades of Wedgewood #466986

Tints of Wedgewood #466986

RGB

 RED value IS 70 (27.73% from 255) = 22.65%

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

 BLUE value IS 134 (52.73% from 255) = 43.37%

R = 22.65%
G = 33.98%
B = 43.37%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466986 (or 0x466986) is known color: Wedgewood. HEX triplet: 46, 69 and 86. RGB value is (70,105,134). Sum of RGB (Red+Green+Blue) = 70+105+134=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #466986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466986 is #B99679. Grayscale: #616161. Windows color (decimal): -12162682 or 8808774. OLE color: 8808774.

HSL color Cylindrical-coordinate representation of color #466986: hue angle of 207.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466986 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 105 134 -
CMYK 0.48 0.22 0 0.47
HSL 207.19º 0.31% 0.4% -
HSV(B) 207.19º 0.48% 0.53% -
XYZ 11.88 13.13 24.46 -
YUV 97.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 70 105 134 0.48 0.22 0 0.47 207.19 0.31 0.4
Hex 46 69 86 30 16 0 2F CF 1F 28
Octal 106 151 206 60 26 0 57 317 37 50
Binary 1000110 1101001 10000110 110000 10110 0 101111 11001111 11111 101000

Color Harmonies of #466986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466986

Black with #466986

Text Example


Text Example

White with #466986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466986; }

 p { color: rgb(70,105,134); }

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

background-color css

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

 a { background-color: rgb(70,105,134); }

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

border-color css

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

 span { border-color: rgb(70,105,134); }

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