Html Css Color HEX #46648D Wedgewood

📋 copy color: '#46648D'

red 70 ◦ green 100 ◦ blue 141

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

Shades of Wedgewood #46648D

Tints of Wedgewood #46648D

RGB

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

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

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

R = 22.51%
G = 32.15%
B = 45.34%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46648D (or 0x46648D) is known color: Wedgewood. HEX triplet: 46, 64 and 8D. RGB value is (70,100,141). Sum of RGB (Red+Green+Blue) = 70+100+141=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #46648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46648D is #B99B72. Grayscale: #5F5F5F. Windows color (decimal): -12163955 or 9266246. OLE color: 9266246.

HSL color Cylindrical-coordinate representation of color #46648D: hue angle of 214.65º 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 #46648D is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 100 141 -
CMYK 0.50 0.29 0 0.45
HSL 214.65º 0.34% 0.41% -
HSV(B) 214.65º 0.5% 0.55% -
XYZ 11.89 12.34 26.95 -
YUV 95.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 70 100 141 0.50 0.29 0 0.45 214.65 0.34 0.41
Hex 46 64 8D 32 1D 0 2D D7 22 29
Octal 106 144 215 62 35 0 55 327 42 51
Binary 1000110 1100100 10001101 110010 11101 0 101101 11010111 100010 101001

Color Harmonies of #46648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46648D

Black with #46648D

Text Example


Text Example

White with #46648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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