Html Css Color HEX #466786 Wedgewood

📋 copy color: '#466786'

red 70 ◦ green 103 ◦ blue 134

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

Shades of Wedgewood #466786

Tints of Wedgewood #466786

RGB

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

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

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

R = 22.8%
G = 33.55%
B = 43.65%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466786 (or 0x466786) is known color: Wedgewood. HEX triplet: 46, 67 and 86. RGB value is (70,103,134). Sum of RGB (Red+Green+Blue) = 70+103+134=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #466786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466786 is #B99879. Grayscale: #606060. Windows color (decimal): -12163194 or 8808262. OLE color: 8808262.

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

Color convert

RGB 70 103 134 -
CMYK 0.48 0.23 0 0.47
HSL 209.06º 0.31% 0.4% -
HSV(B) 209.06º 0.48% 0.53% -
XYZ 11.68 12.72 24.39 -
YUV 96.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 70 103 134 0.48 0.23 0 0.47 209.06 0.31 0.4
Hex 46 67 86 30 17 0 2F D1 1F 28
Octal 106 147 206 60 27 0 57 321 37 50
Binary 1000110 1100111 10000110 110000 10111 0 101111 11010001 11111 101000

Color Harmonies of #466786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466786

Black with #466786

Text Example


Text Example

White with #466786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466786; }

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

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

background-color css

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

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

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

border-color css

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

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

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