Html Css Color HEX #46678D Wedgewood

📋 copy color: '#46678D'

red 70 ◦ green 103 ◦ blue 141

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

Shades of Wedgewood #46678D

Tints of Wedgewood #46678D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 22.29%
G = 32.8%
B = 44.9%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46678D (or 0x46678D) is known color: Wedgewood. HEX triplet: 46, 67 and 8D. RGB value is (70,103,141). Sum of RGB (Red+Green+Blue) = 70+103+141=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #46678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678D is #B99872. Grayscale: #616161. Windows color (decimal): -12163187 or 9267014. OLE color: 9267014.

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

Color convert

RGB 70 103 141 -
CMYK 0.50 0.27 0 0.45
HSL 212.11º 0.34% 0.41% -
HSV(B) 212.11º 0.5% 0.55% -
XYZ 12.18 12.93 27.05 -
YUV 97.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 70 103 141 0.50 0.27 0 0.45 212.11 0.34 0.41
Hex 46 67 8D 32 1B 0 2D D4 22 29
Octal 106 147 215 62 33 0 55 324 42 51
Binary 1000110 1100111 10001101 110010 11011 0 101101 11010100 100010 101001

Color Harmonies of #46678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46678D

Black with #46678D

Text Example


Text Example

White with #46678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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