Html Css Color HEX #46638D Wedgewood

📋 copy color: '#46638D'

red 70 ◦ green 99 ◦ blue 141

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

Shades of Wedgewood #46638D

Tints of Wedgewood #46638D

RGB

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

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

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

R = 22.58%
G = 31.94%
B = 45.48%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46638D (or 0x46638D) is known color: Wedgewood. HEX triplet: 46, 63 and 8D. RGB value is (70,99,141). Sum of RGB (Red+Green+Blue) = 70+99+141=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #46638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46638D is #B99C72. Grayscale: #5E5E5E. Windows color (decimal): -12164211 or 9265990. OLE color: 9265990.

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

Color convert

RGB 70 99 141 -
CMYK 0.50 0.30 0 0.45
HSL 215.49º 0.34% 0.41% -
HSV(B) 215.49º 0.5% 0.55% -
XYZ 11.8 12.15 26.92 -
YUV 95.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 70 99 141 0.50 0.30 0 0.45 215.49 0.34 0.41
Hex 46 63 8D 32 1E 0 2D D7 22 29
Octal 106 143 215 62 36 0 55 327 42 51
Binary 1000110 1100011 10001101 110010 11110 0 101101 11010111 100010 101001

Color Harmonies of #46638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46638D

Black with #46638D

Text Example


Text Example

White with #46638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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