Html Css Color HEX #46678B Wedgewood

📋 copy color: '#46678B'

red 70 ◦ green 103 ◦ blue 139

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

Shades of Wedgewood #46678B

Tints of Wedgewood #46678B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 22.44%
G = 33.01%
B = 44.55%

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

#46678B (or 0x46678B) is known color: Wedgewood. HEX triplet: 46, 67 and 8B. RGB value is (70,103,139). Sum of RGB (Red+Green+Blue) = 70+103+139=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #46678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678B is #B99874. Grayscale: #616161. Windows color (decimal): -12163189 or 9135942. OLE color: 9135942.

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

Color convert

RGB 70 103 139 -
CMYK 0.50 0.26 0 0.45
HSL 211.3º 0.33% 0.41% -
HSV(B) 211.3º 0.5% 0.55% -
XYZ 12.04 12.87 26.28 -
YUV 97.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 70 103 139 0.50 0.26 0 0.45 211.3 0.33 0.41
Hex 46 67 8B 32 1A 0 2D D3 21 29
Octal 106 147 213 62 32 0 55 323 41 51
Binary 1000110 1100111 10001011 110010 11010 0 101101 11010011 100001 101001

Color Harmonies of #46678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46678B

Black with #46678B

Text Example


Text Example

White with #46678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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