Html Css Color HEX #466086 Wedgewood

📋 copy color: '#466086'

red 70 ◦ green 96 ◦ blue 134

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

Shades of Wedgewood #466086

Tints of Wedgewood #466086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 23.33%
G = 32%
B = 44.67%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466086 (or 0x466086) is known color: Wedgewood. HEX triplet: 46, 60 and 86. RGB value is (70,96,134). Sum of RGB (Red+Green+Blue) = 70+96+134=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #466086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466086 is #B99F79. Grayscale: #5C5C5C. Windows color (decimal): -12164986 or 8806470. OLE color: 8806470.

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

Color convert

RGB 70 96 134 -
CMYK 0.48 0.28 0 0.47
HSL 215.63º 0.31% 0.4% -
HSV(B) 215.63º 0.48% 0.53% -
XYZ 11.01 11.39 24.17 -
YUV 92.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 70 96 134 0.48 0.28 0 0.47 215.63 0.31 0.4
Hex 46 60 86 30 1C 0 2F D8 1F 28
Octal 106 140 206 60 34 0 57 330 37 50
Binary 1000110 1100000 10000110 110000 11100 0 101111 11011000 11111 101000

Color Harmonies of #466086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466086

Black with #466086

Text Example


Text Example

White with #466086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466086; }

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

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

background-color css

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

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

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

border-color css

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

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

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