Html Css Color HEX #466386 Wedgewood

📋 copy color: '#466386'

red 70 ◦ green 99 ◦ blue 134

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

Shades of Wedgewood #466386

Tints of Wedgewood #466386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 23.1%
G = 32.67%
B = 44.22%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466386 (or 0x466386) is known color: Wedgewood. HEX triplet: 46, 63 and 86. RGB value is (70,99,134). Sum of RGB (Red+Green+Blue) = 70+99+134=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #466386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466386 is #B99C79. Grayscale: #5E5E5E. Windows color (decimal): -12164218 or 8807238. OLE color: 8807238.

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

Color convert

RGB 70 99 134 -
CMYK 0.48 0.26 0 0.47
HSL 212.81º 0.31% 0.4% -
HSV(B) 212.81º 0.48% 0.53% -
XYZ 11.29 11.95 24.27 -
YUV 94.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 70 99 134 0.48 0.26 0 0.47 212.81 0.31 0.4
Hex 46 63 86 30 1A 0 2F D5 1F 28
Octal 106 143 206 60 32 0 57 325 37 50
Binary 1000110 1100011 10000110 110000 11010 0 101111 11010101 11111 101000

Color Harmonies of #466386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466386

Black with #466386

Text Example


Text Example

White with #466386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466386; }

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

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

background-color css

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

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

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

border-color css

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

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

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