Html Css Color HEX #46528D Tory Blue

📋 copy color: '#46528D'

red 70 ◦ green 82 ◦ blue 141

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

Shades of Tory Blue #46528D

Tints of Tory Blue #46528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

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

R = 23.89%
G = 27.99%
B = 48.12%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46528D (or 0x46528D) is known color: Tory Blue. HEX triplet: 46, 52 and 8D. RGB value is (70,82,141). Sum of RGB (Red+Green+Blue) = 70+82+141=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #46528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46528D is #B9AD72. Grayscale: #545454. Windows color (decimal): -12168563 or 9261638. OLE color: 9261638.

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

Color convert

RGB 70 82 141 -
CMYK 0.50 0.42 0 0.45
HSL 229.86º 0.34% 0.41% -
HSV(B) 229.86º 0.5% 0.55% -
XYZ 10.35 9.26 26.44 -
YUV 85.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 70 82 141 0.50 0.42 0 0.45 229.86 0.34 0.41
Hex 46 52 8D 32 2A 0 2D E6 22 29
Octal 106 122 215 62 52 0 55 346 42 51
Binary 1000110 1010010 10001101 110010 101010 0 101101 11100110 100010 101001

Color Harmonies of #46528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46528D

Black with #46528D

Text Example


Text Example

White with #46528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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