Html Css Color HEX #46688A Wedgewood

📋 copy color: '#46688A'

red 70 ◦ green 104 ◦ blue 138

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

Shades of Wedgewood #46688A

Tints of Wedgewood #46688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 22.44%
G = 33.33%
B = 44.23%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46688A (or 0x46688A) is known color: Wedgewood. HEX triplet: 46, 68 and 8A. RGB value is (70,104,138). Sum of RGB (Red+Green+Blue) = 70+104+138=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #46688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46688A is #B99775. Grayscale: #616161. Windows color (decimal): -12162934 or 9070662. OLE color: 9070662.

HSL color Cylindrical-coordinate representation of color #46688A: hue angle of 210º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46688A is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 104 138 -
CMYK 0.49 0.25 0 0.46
HSL 210º 0.33% 0.41% -
HSV(B) 210º 0.49% 0.54% -
XYZ 12.06 13.04 25.93 -
YUV 97.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 70 104 138 0.49 0.25 0 0.46 210 0.33 0.41
Hex 46 68 8A 31 19 0 2E D2 21 29
Octal 106 150 212 61 31 0 56 322 41 51
Binary 1000110 1101000 10001010 110001 11001 0 101110 11010010 100001 101001

Color Harmonies of #46688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46688A

Black with #46688A

Text Example


Text Example

White with #46688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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