Html Css Color HEX #46688B Wedgewood

📋 copy color: '#46688B'

red 70 ◦ green 104 ◦ blue 139

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

Shades of Wedgewood #46688B

Tints of Wedgewood #46688B

RGB

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

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

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

R = 22.36%
G = 33.23%
B = 44.41%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46688B (or 0x46688B) is known color: Wedgewood. HEX triplet: 46, 68 and 8B. RGB value is (70,104,139). Sum of RGB (Red+Green+Blue) = 70+104+139=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #46688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46688B is #B99774. Grayscale: #616161. Windows color (decimal): -12162933 or 9136198. OLE color: 9136198.

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

Color convert

RGB 70 104 139 -
CMYK 0.50 0.25 0 0.45
HSL 210.43º 0.33% 0.41% -
HSV(B) 210.43º 0.5% 0.55% -
XYZ 12.14 13.07 26.31 -
YUV 97.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 70 104 139 0.50 0.25 0 0.45 210.43 0.33 0.41
Hex 46 68 8B 32 19 0 2D D2 21 29
Octal 106 150 213 62 31 0 55 322 41 51
Binary 1000110 1101000 10001011 110010 11001 0 101101 11010010 100001 101001

Color Harmonies of #46688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46688B

Black with #46688B

Text Example


Text Example

White with #46688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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