Html Css Color HEX #46678F Wedgewood

📋 copy color: '#46678F'

red 70 ◦ green 103 ◦ blue 143

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

Shades of Wedgewood #46678F

Tints of Wedgewood #46678F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 22.15%
G = 32.59%
B = 45.25%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46678F (or 0x46678F) is known color: Wedgewood. HEX triplet: 46, 67 and 8F. RGB value is (70,103,143). Sum of RGB (Red+Green+Blue) = 70+103+143=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #46678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678F is #B99870. Grayscale: #616161. Windows color (decimal): -12163185 or 9398086. OLE color: 9398086.

HSL color Cylindrical-coordinate representation of color #46678F: hue angle of 212.88º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46678F is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 103 143 -
CMYK 0.51 0.28 0 0.44
HSL 212.88º 0.34% 0.42% -
HSV(B) 212.88º 0.51% 0.56% -
XYZ 12.33 12.99 27.84 -
YUV 97.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 70 103 143 0.51 0.28 0 0.44 212.88 0.34 0.42
Hex 46 67 8F 33 1C 0 2C D5 22 2A
Octal 106 147 217 63 34 0 54 325 42 52
Binary 1000110 1100111 10001111 110011 11100 0 101100 11010101 100010 101010

Color Harmonies of #46678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46678F

Black with #46678F

Text Example


Text Example

White with #46678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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