Html Css Color HEX #46688C Wedgewood

📋 copy color: '#46688C'

red 70 ◦ green 104 ◦ blue 140

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

Shades of Wedgewood #46688C

Tints of Wedgewood #46688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 22.29%
G = 33.12%
B = 44.59%

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

#46688C (or 0x46688C) is known color: Wedgewood. HEX triplet: 46, 68 and 8C. RGB value is (70,104,140). Sum of RGB (Red+Green+Blue) = 70+104+140=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #46688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46688C is #B99773. Grayscale: #616161. Windows color (decimal): -12162932 or 9201734. OLE color: 9201734.

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

Color convert

RGB 70 104 140 -
CMYK 0.50 0.26 0 0.45
HSL 210.86º 0.33% 0.41% -
HSV(B) 210.86º 0.5% 0.55% -
XYZ 12.21 13.1 26.7 -
YUV 97.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 70 104 140 0.50 0.26 0 0.45 210.86 0.33 0.41
Hex 46 68 8C 32 1A 0 2D D3 21 29
Octal 106 150 214 62 32 0 55 323 41 51
Binary 1000110 1101000 10001100 110010 11010 0 101101 11010011 100001 101001

Color Harmonies of #46688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46688C

Black with #46688C

Text Example


Text Example

White with #46688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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