Html Css Color HEX #46658D Wedgewood

📋 copy color: '#46658D'

red 70 ◦ green 101 ◦ blue 141

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

Shades of Wedgewood #46658D

Tints of Wedgewood #46658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 22.44%
G = 32.37%
B = 45.19%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46658D (or 0x46658D) is known color: Wedgewood. HEX triplet: 46, 65 and 8D. RGB value is (70,101,141). Sum of RGB (Red+Green+Blue) = 70+101+141=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #46658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46658D is #B99A72. Grayscale: #606060. Windows color (decimal): -12163699 or 9266502. OLE color: 9266502.

HSL color Cylindrical-coordinate representation of color #46658D: hue angle of 213.8º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46658D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 101 141 -
CMYK 0.50 0.28 0 0.45
HSL 213.8º 0.34% 0.41% -
HSV(B) 213.8º 0.5% 0.55% -
XYZ 11.99 12.53 26.99 -
YUV 96.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 70 101 141 0.50 0.28 0 0.45 213.8 0.34 0.41
Hex 46 65 8D 32 1C 0 2D D6 22 29
Octal 106 145 215 62 34 0 55 326 42 51
Binary 1000110 1100101 10001101 110010 11100 0 101101 11010110 100010 101001

Color Harmonies of #46658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46658D

Black with #46658D

Text Example


Text Example

White with #46658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46658D; }

 p { color: rgb(70,101,141); }

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

background-color css

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

 a { background-color: rgb(70,101,141); }

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

border-color css

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

 span { border-color: rgb(70,101,141); }

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