Html Css Color HEX #46698B Wedgewood

📋 copy color: '#46698B'

red 70 ◦ green 105 ◦ blue 139

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

Shades of Wedgewood #46698B

Tints of Wedgewood #46698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 22.29%
G = 33.44%
B = 44.27%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46698B (or 0x46698B) is known color: Wedgewood. HEX triplet: 46, 69 and 8B. RGB value is (70,105,139). Sum of RGB (Red+Green+Blue) = 70+105+139=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #46698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46698B is #B99674. Grayscale: #626262. Windows color (decimal): -12162677 or 9136454. OLE color: 9136454.

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

Color convert

RGB 70 105 139 -
CMYK 0.50 0.24 0 0.45
HSL 209.57º 0.33% 0.41% -
HSV(B) 209.57º 0.5% 0.55% -
XYZ 12.24 13.27 26.34 -
YUV 98.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 70 105 139 0.50 0.24 0 0.45 209.57 0.33 0.41
Hex 46 69 8B 32 18 0 2D D2 21 29
Octal 106 151 213 62 30 0 55 322 41 51
Binary 1000110 1101001 10001011 110010 11000 0 101101 11010010 100001 101001

Color Harmonies of #46698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46698B

Black with #46698B

Text Example


Text Example

White with #46698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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