Html Css Color HEX #466486 Wedgewood

📋 copy color: '#466486'

red 70 ◦ green 100 ◦ blue 134

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

Shades of Wedgewood #466486

Tints of Wedgewood #466486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 23.03%
G = 32.89%
B = 44.08%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466486 (or 0x466486) is known color: Wedgewood. HEX triplet: 46, 64 and 86. RGB value is (70,100,134). Sum of RGB (Red+Green+Blue) = 70+100+134=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #466486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466486 is #B99B79. Grayscale: #5E5E5E. Windows color (decimal): -12163962 or 8807494. OLE color: 8807494.

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

Color convert

RGB 70 100 134 -
CMYK 0.48 0.25 0 0.47
HSL 211.88º 0.31% 0.4% -
HSV(B) 211.88º 0.48% 0.53% -
XYZ 11.39 12.14 24.3 -
YUV 94.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 70 100 134 0.48 0.25 0 0.47 211.88 0.31 0.4
Hex 46 64 86 30 19 0 2F D4 1F 28
Octal 106 144 206 60 31 0 57 324 37 50
Binary 1000110 1100100 10000110 110000 11001 0 101111 11010100 11111 101000

Color Harmonies of #466486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466486

Black with #466486

Text Example


Text Example

White with #466486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466486; }

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

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

background-color css

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

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

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

border-color css

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

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

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