Html Css Color HEX #46718D Wedgewood

📋 copy color: '#46718D'

red 70 ◦ green 113 ◦ blue 141

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

Shades of Wedgewood #46718D

Tints of Wedgewood #46718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.88%

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

R = 21.6%
G = 34.88%
B = 43.52%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46718D (or 0x46718D) is known color: Wedgewood. HEX triplet: 46, 71 and 8D. RGB value is (70,113,141). Sum of RGB (Red+Green+Blue) = 70+113+141=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #46718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46718D is #B98E72. Grayscale: #676767. Windows color (decimal): -12160627 or 9269574. OLE color: 9269574.

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

Color convert

RGB 70 113 141 -
CMYK 0.50 0.20 0 0.45
HSL 203.66º 0.34% 0.41% -
HSV(B) 203.66º 0.5% 0.55% -
XYZ 13.24 15.04 27.4 -
YUV 103.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 70 113 141 0.50 0.20 0 0.45 203.66 0.34 0.41
Hex 46 71 8D 32 14 0 2D CC 22 29
Octal 106 161 215 62 24 0 55 314 42 51
Binary 1000110 1110001 10001101 110010 10100 0 101101 11001100 100010 101001

Color Harmonies of #46718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46718D

Black with #46718D

Text Example


Text Example

White with #46718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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