Html Css Color HEX #46688D Wedgewood

📋 copy color: '#46688D'

red 70 ◦ green 104 ◦ blue 141

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

Shades of Wedgewood #46688D

Tints of Wedgewood #46688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 22.22%
G = 33.02%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46688D (or 0x46688D) is known color: Wedgewood. HEX triplet: 46, 68 and 8D. RGB value is (70,104,141). Sum of RGB (Red+Green+Blue) = 70+104+141=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #46688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46688D is #B99772. Grayscale: #616161. Windows color (decimal): -12162931 or 9267270. OLE color: 9267270.

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

Color convert

RGB 70 104 141 -
CMYK 0.50 0.26 0 0.45
HSL 211.27º 0.34% 0.41% -
HSV(B) 211.27º 0.5% 0.55% -
XYZ 12.28 13.13 27.09 -
YUV 98.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 70 104 141 0.50 0.26 0 0.45 211.27 0.34 0.41
Hex 46 68 8D 32 1A 0 2D D3 22 29
Octal 106 150 215 62 32 0 55 323 42 51
Binary 1000110 1101000 10001101 110010 11010 0 101101 11010011 100010 101001

Color Harmonies of #46688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46688D

Black with #46688D

Text Example


Text Example

White with #46688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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