Html Css Color HEX #465184 Tory Blue

📋 copy color: '#465184'

red 70 ◦ green 81 ◦ blue 132

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

Shades of Tory Blue #465184

Tints of Tory Blue #465184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 24.73%
G = 28.62%
B = 46.64%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#465184 (or 0x465184) is known color: Tory Blue. HEX triplet: 46, 51 and 84. RGB value is (70,81,132). Sum of RGB (Red+Green+Blue) = 70+81+132=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #465184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465184 is #B9AE7B. Grayscale: #535353. Windows color (decimal): -12168828 or 8671558. OLE color: 8671558.

HSL color Cylindrical-coordinate representation of color #465184: hue angle of 229.35º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465184 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 81 132 -
CMYK 0.47 0.39 0 0.48
HSL 229.35º 0.31% 0.4% -
HSV(B) 229.35º 0.47% 0.52% -
XYZ 9.63 8.85 23.03 -
YUV 83.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 70 81 132 0.47 0.39 0 0.48 229.35 0.31 0.4
Hex 46 51 84 2F 27 0 30 E5 1F 28
Octal 106 121 204 57 47 0 60 345 37 50
Binary 1000110 1010001 10000100 101111 100111 0 110000 11100101 11111 101000

Color Harmonies of #465184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465184

Black with #465184

Text Example


Text Example

White with #465184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465184; }

 p { color: rgb(70,81,132); }

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

background-color css

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

 a { background-color: rgb(70,81,132); }

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

border-color css

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

 span { border-color: rgb(70,81,132); }

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