Html Css Color HEX #466686 Wedgewood

📋 copy color: '#466686'

red 70 ◦ green 102 ◦ blue 134

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

Shades of Wedgewood #466686

Tints of Wedgewood #466686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

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

R = 22.88%
G = 33.33%
B = 43.79%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466686 (or 0x466686) is known color: Wedgewood. HEX triplet: 46, 66 and 86. RGB value is (70,102,134). Sum of RGB (Red+Green+Blue) = 70+102+134=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #466686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466686 is #B99979. Grayscale: #5F5F5F. Windows color (decimal): -12163450 or 8808006. OLE color: 8808006.

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

Color convert

RGB 70 102 134 -
CMYK 0.48 0.24 0 0.47
HSL 210º 0.31% 0.4% -
HSV(B) 210º 0.48% 0.53% -
XYZ 11.58 12.53 24.36 -
YUV 96.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 70 102 134 0.48 0.24 0 0.47 210 0.31 0.4
Hex 46 66 86 30 18 0 2F D2 1F 28
Octal 106 146 206 60 30 0 57 322 37 50
Binary 1000110 1100110 10000110 110000 11000 0 101111 11010010 11111 101000

Color Harmonies of #466686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466686

Black with #466686

Text Example


Text Example

White with #466686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466686; }

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

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

background-color css

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

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

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

border-color css

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

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

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